neovim: Add ctags to environment
It is required for the tagbar.
This commit is contained in:
parent
731653c72d
commit
64c3ccad2a
|
@ -64,6 +64,7 @@ in
|
|||
python-lsp-server
|
||||
]))
|
||||
nodePackages."@tailwindcss/language-server"
|
||||
universal-ctags
|
||||
]);
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
Vim-Jinja2-Syntax
|
||||
|
|
Loading…
Reference in a new issue