surround vim strings in single quotes

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-19 09:38:38 +01:00
parent ba078164e0
commit 8dfba4d2fc
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -190,7 +190,7 @@ let dsquotes = "''"; in
autocmd BufWrite * call CocAction('format')
" ctags path
let g:tagbar_ctags_bin = "${pkgs.universal-ctags}/bin/ctags";
let g:tagbar_ctags_bin = '${pkgs.universal-ctags}/bin/ctags';
'';
plugins = with pkgs.vimPlugins; [
nerdtree