mirror of
https://github.com/Dannecron/Dannecron.git
synced 2025-12-26 00:32:35 +03:00
fix vimdoc error
This commit is contained in:
@@ -3,6 +3,7 @@ local M = {}
|
|||||||
M.treesitter = {
|
M.treesitter = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"vim",
|
"vim",
|
||||||
|
"vimdoc",
|
||||||
"lua",
|
"lua",
|
||||||
"html",
|
"html",
|
||||||
"css",
|
"css",
|
||||||
@@ -10,6 +11,7 @@ M.treesitter = {
|
|||||||
"typescript",
|
"typescript",
|
||||||
"tsx",
|
"tsx",
|
||||||
"c",
|
"c",
|
||||||
|
"cmake",
|
||||||
"markdown",
|
"markdown",
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user