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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
14 changed files with 32 additions and 86 deletions

View file

@ -32,7 +32,7 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "ron", "rust", "toml" })
vim.list_extend(opts.ensure_installed, { "ron", "rust" })
end,
},