mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: update treesitter ensure_installed
Renamed the module from "help" to "vimdoc" due to naming changes in the treesitter project.
This commit is contained in:
parent
7ce1b1519a
commit
4f7e9b6c65
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ return {
|
|||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
"help",
|
||||
"vimdoc",
|
||||
"html",
|
||||
"javascript",
|
||||
"json",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue