add elm and zig lang servers
This commit is contained in:
parent
c23f2e8e99
commit
a0cb521f1e
1 changed files with 4 additions and 2 deletions
|
@ -20,12 +20,14 @@ return {
|
|||
local lspc = require("lspconfig")
|
||||
local servers = {
|
||||
"nixd",
|
||||
"roc_ls",
|
||||
"elmls",
|
||||
"hls",
|
||||
"pylsp",
|
||||
"clangd",
|
||||
"gopls",
|
||||
"rust_analyzer",
|
||||
"hls",
|
||||
"roc_ls",
|
||||
"zig",
|
||||
}
|
||||
|
||||
for _, s in ipairs(servers) do
|
||||
|
|
Loading…
Reference in a new issue