neovim: Add ctags to environment

It is required for the tagbar.
nazuna
Simon Bruder 2022-11-22 22:32:05 +01:00
parent 731653c72d
commit 64c3ccad2a
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ in
python-lsp-server
]))
nodePackages."@tailwindcss/language-server"
universal-ctags
]);
plugins = with pkgs.vimPlugins; [
Vim-Jinja2-Syntax