summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/plugin/lsp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/plugin/lsp.lua b/config/plugin/lsp.lua
index 0006b6a..356add3 100644
--- a/config/plugin/lsp.lua
+++ b/config/plugin/lsp.lua
@@ -49,7 +49,7 @@ local lsp_servers = {
extraOptions = {
settings = {
["nil"] = {
- formatting = { command = { "alejandra" } },
+ formatting = { command = { "nixfmt" } },
},
},
},