51 lines
847 B
Lua
51 lines
847 B
Lua
return {
|
|
{
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = {
|
|
"bash",
|
|
"c",
|
|
"cpp",
|
|
"css",
|
|
"diff",
|
|
"dockerfile",
|
|
"git_config",
|
|
"git_rebase",
|
|
"gitcommit",
|
|
"gitignore",
|
|
"go",
|
|
"gomod",
|
|
"gosum",
|
|
"html",
|
|
"javascript",
|
|
"jsdoc",
|
|
"json",
|
|
"jsonc",
|
|
"latex",
|
|
"lua",
|
|
"luadoc",
|
|
"luap",
|
|
"markdown",
|
|
"markdown_inline",
|
|
"nix",
|
|
"norg",
|
|
"printf",
|
|
"python",
|
|
"query",
|
|
"regex",
|
|
"rust",
|
|
"scss",
|
|
"svelte",
|
|
"toml",
|
|
"tsx",
|
|
"typescript",
|
|
"typst",
|
|
"vim",
|
|
"vimdoc",
|
|
"vue",
|
|
"xml",
|
|
"yaml",
|
|
},
|
|
},
|
|
},
|
|
}
|