feat(neovim): switch to nix fmt

This commit is contained in:
Felix Schröter 2022-05-12 11:57:43 +02:00
parent 58fd846b72
commit 4eaefe4c6f
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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",