mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-02 16:03: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 = {
|
local servers = {
|
||||||
"phpactor",
|
"phpactor",
|
||||||
-- "ltex",
|
|
||||||
"ols",
|
"ols",
|
||||||
"zls",
|
"zls",
|
||||||
"ts_ls",
|
"ts_ls",
|
||||||
@@ -39,10 +38,9 @@ for _, server in ipairs(servers) do
|
|||||||
end
|
end
|
||||||
|
|
||||||
vim.lsp.config("digestif", {
|
vim.lsp.config("digestif", {
|
||||||
cmd = { vim.fn.expand('~/.luarocks/bin/digestif') }
|
cmd = { vim.fn.expand "~/.luarocks/bin/digestif" },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
vim.lsp.config("powershell_es", {
|
vim.lsp.config("powershell_es", {
|
||||||
capabilities = cmp_cap,
|
capabilities = cmp_cap,
|
||||||
bundle_path = "/opt/powershell-editor-services",
|
bundle_path = "/opt/powershell-editor-services",
|
||||||
|
|||||||
Reference in New Issue
Block a user