got to add stuff for language server

This commit is contained in:
Tyler Kelley 2024-05-15 15:49:12 -05:00
parent 579a36a815
commit 8d7dd425ce

View File

@ -180,7 +180,7 @@ in
vimAlias = true;
vimdiffAlias = true;
withNodeJs = true;
extraPackages = with pkgs; [ lua-language-server ];
extraPackages = with pkgs; [ lua-language-server go cargo ];
plugins = with pkgs.vimPlugins; [
alpha-nvim
auto-session