Merge remote-tracking branch 'refs/remotes/origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2024-08-18 13:12:15 +02:00
commit 5c666feefb
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
8 changed files with 74 additions and 16 deletions

View file

@ -127,7 +127,6 @@ local servers = {
"bashls",
"gleam",
"gopls",
"nil_ls",
"pylsp",
"ruff",
"templ",
@ -141,6 +140,16 @@ lspconfig_setup("elixirls", {
cmd = { "elixir-ls" },
})
lspconfig_setup("nil_ls", {
settings = {
flake = {
autoArchive = true,
autoEvalInputs = true,
nixpkgsInputName = "nixpkgs",
},
},
})
lspconfig_setup("nixd", {
settings = {
nixd = {