fix zig langserver name, alphabetize entries

This commit is contained in:
tdback 2024-11-15 20:14:17 -05:00
parent a0cb521f1e
commit f28eb8fba2

View file

@ -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