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

12 lines
158 B
Lua
Raw Normal View History

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