switch to nim_langserver
This commit is contained in:
parent
39c2821120
commit
abae4f2b1f
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
nimls = {
|
nim_langserver = {
|
||||||
mason = false,
|
mason = false,
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue