1
0
Fork 0

auto install lsp

This commit is contained in:
zymon 2024-09-01 15:26:36 +02:00
parent 7993ef0225
commit c475fc5c21

View file

@ -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",