11 lines
158 B
Lua
11 lines
158 B
Lua
return {
|
|
cmd = { "nixd" },
|
|
filetypes = { "nix" },
|
|
settings = {
|
|
nixd = {
|
|
formatting = {
|
|
command = { "nixfmt" },
|
|
},
|
|
},
|
|
},
|
|
}
|