Skip to content

Commit

Permalink
fix(helpview-nvim): fix incorrect treesitter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Aug 13, 2024
1 parent 0f562df commit af70b37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ return {
ft = "help",
dependencies = {
"nvim-treesitter/nvim-treesitter",
optional = true,
opts = function(_, opts)
if opts.ensure_installed ~= "all" then
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "vimdoc" })
Expand Down

0 comments on commit af70b37

Please sign in to comment.