init.lua/lsp/nixd.lua

9 lines
116 B
Lua

return {
settings = {
nixd = {
formatting = {
command = { "alejandra" },
},
},
},
}