mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-01 07:33:31 +02:00
chore(lsp): removed commented unused lsp
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user