mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
nvim/lsp: enable zls
This commit is contained in:
parent
2f4b5e59fe
commit
80d3a7234e
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ local servers = {
|
||||||
["nil"] = { formatting = { command = { "nixfmt" } } },
|
["nil"] = { formatting = { command = { "nixfmt" } } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
zls = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
vim.diagnostic.config {
|
vim.diagnostic.config {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue