it's let not set also there is no semicolon
This commit is contained in:
parent
2a801c7e19
commit
d19959978d
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ let dsquotes = "''"; in
|
|||
autocmd BufWrite * call CocAction('format')
|
||||
|
||||
" ctags path
|
||||
set 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