12 lines
158 B
Lua
12 lines
158 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = {
|
|
"bash",
|
|
"python",
|
|
"terraform",
|
|
"vim",
|
|
},
|
|
},
|
|
}
|