nvim: add a shit ton of packages to mason

This commit is contained in:
2024-04-20 11:14:24 +03:00
parent 224d762178
commit f34e64b66e
6 changed files with 56 additions and 14 deletions

View File

@ -11,6 +11,36 @@ return {
used_by = { "gohtmltmpl", "gotexttmpl", "gotmpl", "yaml" },
}
require("nvim-treesitter.configs").setup({
ensure_installed = {
"bash",
"c",
"cpp",
"css",
"dockerfile",
"fish",
"go",
"gotmpl",
"html",
"javascript",
"json",
"lua",
"luadoc",
"luap",
"markdown",
"markdown_inline",
"python",
"query",
"regex",
"rust",
"svelte",
"terraform",
"toml",
"tsx",
"typescript",
"vim",
"vimdoc",
"yaml",
},
highlight = {
enable = true,
},