Skip to content

Commit b17b5fc

Browse files
fix: help renamed to vimdoc
nvim-treesitter/nvim-treesitter#4593 nvim-treesitter has a breaking change here.
1 parent 249f3b1 commit b17b5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

after/plugin/treesitter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require'nvim-treesitter.configs'.setup {
22
-- A list of parser names, or "all"
3-
ensure_installed = { "help", "javascript", "typescript", "c", "lua", "rust" },
3+
ensure_installed = { "vimdoc", "javascript", "typescript", "c", "lua", "rust" },
44

55
-- Install parsers synchronously (only applied to `ensure_installed`)
66
sync_install = false,

0 commit comments

Comments
 (0)