.dotfiles/nvim/lua/lsp/servers/nil.lua

15 lines
260 B
Lua

return {
cmd = { "nil" },
filetypes = { "nix" },
root_markers = {
"flake.nix",
".git"
},
settings = {
["nil"] = {
formatting = {
command = { "nixfmt" },
},
},
},
}