aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/nvim/lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nvim/lsp.lua b/home/nvim/lsp.lua
index 07665bc..5371eb2 100644
--- a/home/nvim/lsp.lua
+++ b/home/nvim/lsp.lua
@@ -154,7 +154,7 @@ vim.lsp.config("nil_ls", {
filetypes = { "nix" },
settings = {
["nil"] = {
- formatting = { command = { "nixfmt" } },
+ formatting = { command = { "nixfmt", "-s" } },
},
},
})