auto install lsp
This commit is contained in:
parent
7993ef0225
commit
c475fc5c21
1 changed files with 26 additions and 0 deletions
|
@ -139,6 +139,32 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"https://github.com/williamboman/mason-lspconfig.nvim",
|
||||
lazy = true,
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bashls",
|
||||
"clangd",
|
||||
-- "neocmake",
|
||||
"dockerls",
|
||||
"elixirls",
|
||||
"fennel_ls",
|
||||
"fortls",
|
||||
"html",
|
||||
"biome", -- js + json
|
||||
"texlab",
|
||||
"lua_ls",
|
||||
"julials",
|
||||
"pyright",
|
||||
"rust_analyzer",
|
||||
"cssls",
|
||||
"typst_lsp",
|
||||
-- "hdl_checker",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
{ -- portable package manager
|
||||
"https://github.com/williamboman/mason.nvim",
|
||||
cmd = "Mason",
|
||||
|
|
Loading…
Reference in a new issue