mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
refactor(treesitter)!: rename help to vimdoc (#521)
This commit is contained in:
parent
7ce1b1519a
commit
078250a114
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,6 @@ return {
|
|||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
"help",
|
||||
"html",
|
||||
"javascript",
|
||||
"json",
|
||||
|
@ -53,6 +52,7 @@ return {
|
|||
"tsx",
|
||||
"typescript",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
"yaml",
|
||||
},
|
||||
incremental_selection = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue