feat(neovim): switch to nix fmt
This commit is contained in:
parent
58fd846b72
commit
4eaefe4c6f
|
@ -224,7 +224,8 @@ config.diagnosticls.setup {
|
||||||
rootPatterns = {".prettierrc.json", ".git"},
|
rootPatterns = {".prettierrc.json", ".git"},
|
||||||
},
|
},
|
||||||
nixfmt = {
|
nixfmt = {
|
||||||
command = "nixfmt",
|
command = "nix",
|
||||||
|
args = {"fmt"}
|
||||||
},
|
},
|
||||||
rustfmt = {
|
rustfmt = {
|
||||||
command = "rustfmt",
|
command = "rustfmt",
|
||||||
|
|
Loading…
Reference in a new issue