19 lines
287 B
Lua
19 lines
287 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = {
|
|
"bash",
|
|
"diff",
|
|
"gotmpl",
|
|
"helm",
|
|
"json",
|
|
"lua",
|
|
"markdown",
|
|
"markdown_inline",
|
|
"python",
|
|
"regex",
|
|
"terraform",
|
|
"vim",
|
|
},
|
|
},
|
|
}
|