nvim/lsp: enable zls

This commit is contained in:
Primrose 2026-01-29 15:39:40 +01:00
parent 2f4b5e59fe
commit 80d3a7234e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -24,6 +24,8 @@ local servers = {
["nil"] = { formatting = { command = { "nixfmt" } } },
},
},
zls = {},
}
vim.diagnostic.config {