use a big treesitter list

This commit is contained in:
Daylin Morgan 2023-09-11 10:24:09 -05:00
parent ede3541ff4
commit 65de5ca5e0
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -52,4 +52,34 @@ return {
}
end,
},
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"dockerfile",
"html",
"go",
"javascript",
"json",
"latex",
"lua",
"luadoc",
"luap",
"markdown",
"markdown_inline",
"nix",
"python",
"regex",
"toml",
"tsx",
"typescript",
"vim",
"vimdoc",
"yaml",
"yuck",
"zig"
},
},
},
}