Skip to content

Commit

Permalink
fix: help renamed to vimdoc
Browse files Browse the repository at this point in the history
nvim-treesitter/nvim-treesitter#4593

nvim-treesitter has a breaking change here.
  • Loading branch information
hendriknielaender authored Apr 9, 2023
1 parent 249f3b1 commit b17b5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/plugin/treesitter.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
ensure_installed = { "help", "javascript", "typescript", "c", "lua", "rust" },
ensure_installed = { "vimdoc", "javascript", "typescript", "c", "lua", "rust" },

-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,
Expand Down

0 comments on commit b17b5fc

Please sign in to comment.