use nimlangserver
This commit is contained in:
parent
57046ccf3e
commit
5dde4a2093
2 changed files with 9 additions and 9 deletions
|
@ -1,13 +1,11 @@
|
||||||
return {
|
return {
|
||||||
{
|
"neovim/nvim-lspconfig",
|
||||||
"neovim/nvim-lspconfig",
|
---@class PluginLspOpts
|
||||||
---@class PluginLspOpts
|
opts = {
|
||||||
opts = {
|
---@type lspconfig.options
|
||||||
---@type lspconfig.options
|
servers = {
|
||||||
servers = {
|
-- pyright will be automatically installed with mason and loaded with lspconfig
|
||||||
-- pyright will be automatically installed with mason and loaded with lspconfig
|
nim_langserver = {},
|
||||||
nim_langserver = {},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,3 +11,5 @@ NextSeq
|
||||||
Illumina
|
Illumina
|
||||||
starcode
|
starcode
|
||||||
levenshtein
|
levenshtein
|
||||||
|
lentivirus
|
||||||
|
polybrene
|
||||||
|
|
Loading…
Reference in a new issue