14 lines
215 B
Lua
14 lines
215 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = {
|
|
"bash",
|
|
"markdown",
|
|
"markdown_inline",
|
|
"python",
|
|
"terraform",
|
|
"vim",
|
|
"yaml",
|
|
},
|
|
},
|
|
}
|