refactor(treesitter)!: rename help to vimdoc (#521)

This commit is contained in:
Amaan Qureshi 2023-04-15 17:11:29 -04:00 committed by GitHub
parent 7ce1b1519a
commit 078250a114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {