trying other nix language server to avoid problems and formatting fixes

This commit is contained in:
Tyler Kelley 2024-05-15 23:26:52 -05:00
parent 8d7dd425ce
commit 111cd7e317
2 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@ mason_lspconfig.setup({
"taplo",
"tailwindcss",
"yamlls",
"nil_ls",
"rnix",
"rust_analyzer",
"sqlls",
"tsserver",

View File

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