dotfiles/astronvim/lua/user/plugins/treesitter.lua
2023-04-17 00:56:12 +02:00

12 lines
158 B
Lua

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