mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix: cleanup unnecessary treesitter langs and mason lsp servers
This commit is contained in:
parent
368c060b45
commit
f8268faa7c
14 changed files with 32 additions and 86 deletions
|
@ -13,14 +13,6 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"solargraph",
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue