refactor(treesitter)!: rename help to vimdoc

This commit is contained in:
Amaan Qureshi 2023-04-01 10:53:26 -04:00
parent 7ce1b1519a
commit 43f9d50a1b
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -38,7 +38,6 @@ return {
ensure_installed = { ensure_installed = {
"bash", "bash",
"c", "c",
"help",
"html", "html",
"javascript", "javascript",
"json", "json",
@ -53,6 +52,7 @@ return {
"tsx", "tsx",
"typescript", "typescript",
"vim", "vim",
"vimdoc",
"yaml", "yaml",
}, },
incremental_selection = { incremental_selection = {