Skip to content

Commit

Permalink
refactor(treesitter)!: rename help to vimdoc (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Apr 15, 2023
1 parent 7ce1b15 commit 078250a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/treesitter.lua
Expand Up @@ -38,7 +38,6 @@ return {
ensure_installed = {
"bash",
"c",
"help",
"html",
"javascript",
"json",
Expand All @@ -53,6 +52,7 @@ return {
"tsx",
"typescript",
"vim",
"vimdoc",
"yaml",
},
incremental_selection = {
Expand Down

0 comments on commit 078250a

Please sign in to comment.