2024-01-10 12:56:16 +00:00
|
|
|
-- use mason-lspconfig to configure LSP installations
|
|
|
|
return {
|
|
|
|
"williamboman/mason-lspconfig.nvim",
|
|
|
|
opts = {
|
|
|
|
automatic_installation = true,
|
|
|
|
ensure_installed = {
|
|
|
|
"astro",
|
|
|
|
"svelte",
|
|
|
|
"tailwindcss",
|
|
|
|
"rust_analyzer",
|
|
|
|
"jsonls",
|
|
|
|
"tsserver",
|
2024-03-14 13:25:10 +00:00
|
|
|
"html",
|
|
|
|
"taplo",
|
|
|
|
-- "mdx_analyzer",
|
|
|
|
--"lua_ls"
|
2024-01-10 12:56:16 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|