Skip to content
Snippets Groups Projects
Commit 7ee453f8 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

fix: nil LSP config format

parent 6b454dc4
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,10 @@ local setup_lspconfig = function() ...@@ -46,8 +46,10 @@ local setup_lspconfig = function()
hls = {}, hls = {},
nil_ls = { nil_ls = {
settings = { settings = {
formatting = { ['nil'] = {
command = { "nixfmt" }, formatting = {
command = { "nixfmt" },
},
}, },
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment