fix zig langserver name, alphabetize entries
This commit is contained in:
parent
a0cb521f1e
commit
f28eb8fba2
1 changed files with 6 additions and 6 deletions
|
@ -19,15 +19,15 @@ return {
|
|||
|
||||
local lspc = require("lspconfig")
|
||||
local servers = {
|
||||
"nixd",
|
||||
"roc_ls",
|
||||
"elmls",
|
||||
"hls",
|
||||
"pylsp",
|
||||
"clangd",
|
||||
"elmls",
|
||||
"gopls",
|
||||
"hls",
|
||||
"nixd",
|
||||
"pylsp",
|
||||
"roc_ls",
|
||||
"rust_analyzer",
|
||||
"zig",
|
||||
"zls",
|
||||
}
|
||||
|
||||
for _, s in ipairs(servers) do
|
||||
|
|
Loading…
Reference in a new issue