diff --git a/lua/custom/plugins/lsp.lua b/lua/custom/plugins/lsp.lua index 348abc8..2bdb0c5 100644 --- a/lua/custom/plugins/lsp.lua +++ b/lua/custom/plugins/lsp.lua @@ -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