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

13 lines
183 B
Lua
Raw Normal View History

2023-04-16 00:10:33 +02:00
return {
"nvim-treesitter/nvim-treesitter",
opts = {
auto_install = true,
ensure_installed = {
"bash",
"python",
"terraform",
"vim",
},
},
}