chore(lsp): removed commented unused lsp

This commit is contained in:
2026-07-25 16:18:24 +02:00
parent 00fc6d9176
commit 5fa8bfe7af
+1 -3
View File
@@ -2,7 +2,6 @@ local cmp_cap = require("config.cmp").capabilities
local servers = {
"phpactor",
-- "ltex",
"ols",
"zls",
"ts_ls",
@@ -39,10 +38,9 @@ for _, server in ipairs(servers) do
end
vim.lsp.config("digestif", {
cmd = { vim.fn.expand('~/.luarocks/bin/digestif') }
cmd = { vim.fn.expand "~/.luarocks/bin/digestif" },
})
vim.lsp.config("powershell_es", {
capabilities = cmp_cap,
bundle_path = "/opt/powershell-editor-services",