surround vim strings in single quotes
This commit is contained in:
parent
ba078164e0
commit
8dfba4d2fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue