15 lines
260 B
Lua
15 lines
260 B
Lua
return {
|
|
cmd = { "nil" },
|
|
filetypes = { "nix" },
|
|
root_markers = {
|
|
"flake.nix",
|
|
".git"
|
|
},
|
|
settings = {
|
|
["nil"] = {
|
|
formatting = {
|
|
command = { "nixfmt" },
|
|
},
|
|
},
|
|
},
|
|
}
|