Ensure some grammars are installed for treesitter

This commit is contained in:
2025-06-26 17:46:17 -07:00
parent cedf51580e
commit 0ac07e4256

View File

@@ -0,0 +1,24 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"astro",
"bash",
"html",
"css",
"less",
"javascript",
"json",
"lua",
"markdown",
"markdown_inline",
"python",
"query",
"regex",
"tsx",
"typescript",
"vim",
"yaml",
},
},
}