fix vimdoc error

This commit is contained in:
2024-03-22 10:12:58 +07:00
parent 3030e062d0
commit c75d0f82aa

View File

@@ -3,6 +3,7 @@ local M = {}
M.treesitter = {
ensure_installed = {
"vim",
"vimdoc",
"lua",
"html",
"css",
@@ -10,6 +11,7 @@ M.treesitter = {
"typescript",
"tsx",
"c",
"cmake",
"markdown",
"markdown_inline",
},