17 lines
254 B
Lua
17 lines
254 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
version = "0.9.2",
|
|
commit = false,
|
|
opts = {
|
|
ensure_installed = {
|
|
"bash",
|
|
"markdown",
|
|
"markdown_inline",
|
|
"python",
|
|
"terraform",
|
|
"vim",
|
|
"yaml",
|
|
},
|
|
},
|
|
}
|