feat(treesitter): enable more parsers

This commit is contained in:
2026-02-25 00:28:32 +01:00
parent 1453d0f6f7
commit 2cbbb96631
+2
View File
@@ -20,6 +20,8 @@ local languages = {
"html",
"json",
"gotmpl",
"markdown",
"go",
}
---@type LazyPluginSpec