13 lines
183 B
Lua
13 lines
183 B
Lua
|
return {
|
||
|
"nvim-treesitter/nvim-treesitter",
|
||
|
opts = {
|
||
|
auto_install = true,
|
||
|
ensure_installed = {
|
||
|
"bash",
|
||
|
"python",
|
||
|
"terraform",
|
||
|
"vim",
|
||
|
},
|
||
|
},
|
||
|
}
|