dotfiles/_linux/_unused/astronvim/plugins/treesitter.lua

17 lines
254 B
Lua
Raw Normal View History

2023-04-16 00:10:33 +02:00
return {
"nvim-treesitter/nvim-treesitter",
2024-03-28 19:09:22 +01:00
version = "0.9.2",
commit = false,
2023-04-16 00:10:33 +02:00
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
},
}