dotfiles/astronvim/plugins/treesitter.lua

15 lines
215 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",
2024-03-15 11:15:13 +01:00
"markdown",
"markdown_inline",
2023-04-17 00:56:12 +02:00
"python",
"terraform",
"vim",
2024-03-15 11:15:13 +01:00
"yaml",
2023-04-17 00:56:12 +02:00
},
2023-04-16 00:10:33 +02:00
},
}