nvim-treesitter / nvim-treesitter-refactor

Refactor module for nvim-treesitter
Apache License 2.0
408 stars 25 forks source link

Remove duplicated help tag in quickstart section #6

Closed weilbith closed 4 years ago

weilbith commented 4 years ago

The used tag equals the one used in the nvim-treesitter plugin. Thereby the help tag generation fails as this plugins depends on the queries of the referenced plugin.

Here the "original" help tag. Alternatively we could also remove the whole quickstart section here as the nvim-treesitter-text-objects plugin does. :shrug:

stsewd commented 4 years ago

I did some work about this here

https://github.com/nvim-treesitter/nvim-treesitter-refactor/pull/2/files

weilbith commented 4 years ago

Ups. Sorry for that. Then this PR is superseeded. :+1: