First off, thanks for writing a vimdoc :) . Apologies for not creating an issue to consult first. Thought a PR would be faster.
Problem: :helptags don't seem to be read when they are generated at the root of the project.
Solution: :help 'runtimepath' suggests that Neovim looks in the doc/ directory for documentation tags. Moving the vimdoc file to doc/ and generating :helptags seems to work. Tested with :help nvim-treesitter-context.
First off, thanks for writing a vimdoc :) . Apologies for not creating an issue to consult first. Thought a PR would be faster.
:helptags
don't seem to be read when they are generated at the root of the project.:help 'runtimepath'
suggests that Neovim looks in thedoc/
directory for documentation tags. Moving the vimdoc file todoc/
and generating:helptags
seems to work. Tested with:help nvim-treesitter-context
.