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
|
python-lsp-server
|
||||||
]))
|
]))
|
||||||
nodePackages."@tailwindcss/language-server"
|
nodePackages."@tailwindcss/language-server"
|
||||||
|
universal-ctags
|
||||||
]);
|
]);
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
Vim-Jinja2-Syntax
|
Vim-Jinja2-Syntax
|
||||||
|
|
Loading…
Reference in a new issue