dotfiles/astronvim/lua/user/plugins/treesitter.lua

13 lines
183 B
Lua

return {
"nvim-treesitter/nvim-treesitter",
opts = {
auto_install = true,
ensure_installed = {
"bash",
"python",
"terraform",
"vim",
},
},
}