nvim/lsp/nixd.lua
2026-02-22 13:49:58 -03:00

11 lines
158 B
Lua

return {
cmd = { "nixd" },
filetypes = { "nix" },
settings = {
nixd = {
formatting = {
command = { "nixfmt" },
},
},
},
}