diff --git a/home/editors/neovim/lsp/lsp.lua b/home/editors/neovim/lsp/lsp.lua index d054b75..fadc374 100644 --- a/home/editors/neovim/lsp/lsp.lua +++ b/home/editors/neovim/lsp/lsp.lua @@ -224,7 +224,8 @@ config.diagnosticls.setup { rootPatterns = {".prettierrc.json", ".git"}, }, nixfmt = { - command = "nixfmt", + command = "nix", + args = {"fmt"} }, rustfmt = { command = "rustfmt",