17 lines
181 B
Lua
17 lines
181 B
Lua
return {
|
|
['nil'] = {
|
|
cmd = { "nil" },
|
|
settings = {
|
|
["nil"] = {
|
|
formatting = {
|
|
command = { "nixfmt" },
|
|
},
|
|
},
|
|
},
|
|
|
|
},
|
|
['nixd'] = {
|
|
cmd = { "nixd" },
|
|
}
|
|
}
|