update help to vimdoc TS parser

main
Zynh Ludwig 2023-04-18 09:35:05 -07:00
parent 4f83122f31
commit 4c6e0834b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
require 'nvim-treesitter.configs'.setup { require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the four listed parsers should always be installed) -- A list of parser names, or "all" (the four listed parsers should always be installed)
ensure_installed = { "help", "javascript", "typescript", "c", "lua", "vim", "python" }, ensure_installed = { "vimdoc", "javascript", "typescript", "c", "lua", "vim", "python" },
-- Install parsers synchronously (only applied to `ensure_installed`) -- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false, sync_install = false,