Remove Ada language server
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 2m16s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 2m16s
Details
This commit is contained in:
parent
3217a4456c
commit
c0ad357563
|
@ -13,6 +13,7 @@ require("mason-lspconfig").setup({
|
|||
ensure_installed = {
|
||||
"asm_lsp",
|
||||
"clangd",
|
||||
"hls",
|
||||
"lua_ls",
|
||||
"rust_analyzer",
|
||||
"vhdl_ls",
|
||||
|
@ -31,6 +32,9 @@ require("mason-lspconfig").setup_handlers({
|
|||
function(lua_ls)
|
||||
require("lspconfig")[lua_ls].setup({})
|
||||
end,
|
||||
function(hls)
|
||||
require("lspconfig")[hls].setup({})
|
||||
end,
|
||||
function(rust_analyzer)
|
||||
require("lspconfig")[rust_analyzer].setup({})
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue