Add vtsls as manual lsp
This commit is contained in:
@@ -148,7 +148,10 @@ vim.api.nvim_create_autocmd("LspAttach", {
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Manually enable rust analyzer, if installed
|
-- Manually enable lsps, if installed
|
||||||
if vim.fn.executable("rust_analyzer") then
|
if vim.fn.executable("rust_analyzer") then
|
||||||
vim.lsp.enable("rust_analyzer")
|
vim.lsp.enable("rust_analyzer")
|
||||||
end
|
end
|
||||||
|
if vim.fn.executable("vtsls") then
|
||||||
|
vim.lsp.enable("vtsls")
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user