Add nil and zls LSP's

This commit is contained in:
Martin Larsson 2025-01-19 19:27:31 +00:00
parent d9091a23ae
commit beb700f3fe
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,15 @@
return {
cmd = { "nil" },
filetypes = { "nix" },
root_markers = {
"flake.nix",
".git"
},
settings = {
["nil"] = {
formatting = {
command = { "nixfmt" },
},
},
},
}