fix: aerospace more strict, system fix
This commit is contained in:
parent
6f831d833e
commit
3aed04f7f5
7 changed files with 51 additions and 60 deletions
|
|
@ -18,7 +18,6 @@
|
|||
extraPackages = with pkgs; [
|
||||
# LSP Servers
|
||||
lua-language-server
|
||||
nil # Nix LSP
|
||||
pyright
|
||||
nodePackages.typescript-language-server
|
||||
mdx-language-server
|
||||
|
|
|
|||
|
|
@ -53,11 +53,11 @@ return {
|
|||
},
|
||||
})
|
||||
|
||||
-- Nix
|
||||
lspconfig.nil_ls.setup({
|
||||
-- Nix (using nixd instead of nil to avoid nix 2.31.x test failures)
|
||||
lspconfig.nixd.setup({
|
||||
capabilities = capabilities,
|
||||
settings = {
|
||||
["nil"] = {
|
||||
nixd = {
|
||||
formatting = { command = { "nixfmt" } },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue