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 lspc = require("lspconfig")
|
||||||
local servers = {
|
local servers = {
|
||||||
"nixd",
|
"nixd",
|
||||||
|
"roc_ls",
|
||||||
|
"elmls",
|
||||||
|
"hls",
|
||||||
"pylsp",
|
"pylsp",
|
||||||
"clangd",
|
"clangd",
|
||||||
"gopls",
|
"gopls",
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"hls",
|
"zig",
|
||||||
"roc_ls",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, s in ipairs(servers) do
|
for _, s in ipairs(servers) do
|
||||||
|
|
Loading…
Reference in a new issue