fix: cleanup unnecessary treesitter langs and mason lsp servers

This commit is contained in:
Folke Lemaitre
2024-06-05 18:07:01 +02:00
parent 368c060b45
commit f8268faa7c
14 changed files with 32 additions and 86 deletions

View File

@ -5,14 +5,6 @@ return {
root = { "ansible.cfg", ".ansible-lint" },
})
end,
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
if type(opts.ensure_installed) == "table" then
vim.list_extend(opts.ensure_installed, { "yaml" })
end
end,
},
{
"williamboman/mason.nvim",
opts = function(_, opts)