Skip to content

Commit b2648f7

Browse files
authored
Merge pull request ThePrimeagen#66 from hendriknielaender/patch-1
fix: help renamed to vimdoc
2 parents ab302be + b17b5fc commit b2648f7

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)