mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-01 23:43:31 +02:00
feat(lsp): added digestif via luarocks; latex lsp
This commit is contained in:
@@ -28,6 +28,7 @@ local servers = {
|
||||
"jdtls",
|
||||
"powershell_es",
|
||||
"rust_analyzer",
|
||||
"digestif",
|
||||
}
|
||||
|
||||
for _, server in ipairs(servers) do
|
||||
@@ -37,6 +38,11 @@ for _, server in ipairs(servers) do
|
||||
vim.lsp.enable(server)
|
||||
end
|
||||
|
||||
vim.lsp.config("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