chore(nvim): Tweaks to the packages and configs

This commit is contained in:
2023-07-08 02:56:44 +03:00
parent 72b9acd710
commit 5e68077ac2
8 changed files with 80 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
opts = function(_, opts)
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
"bash",
"c",
"cmake",
@@ -28,6 +28,6 @@ return {
"vim",
"vue",
"yaml",
},
},
})
end,
}