switch to nim_langserver

This commit is contained in:
Daylin Morgan 2024-02-20 04:46:11 -06:00
parent 39c2821120
commit abae4f2b1f
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -4,9 +4,9 @@ return {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = { opts = {
servers = { servers = {
nimls = { nim_langserver = {
mason = false, mason = false,
}, }
} }
} }
} }