-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generates invalid helptags for README #67
Comments
This took a while to debug since it worked in my config. Apparantly the tags file needs to be sorted, otherwise tags can't be found unless you have smartcase enabled. All fixed now |
I'm still experiencing this issue after updates with lazy.nvim with
I have to manually remove the tags file. The next time lazy.nvim is updated, the error returns. |
@gotgenes I can't reproduce this, would be great if you could upload a gist with that tags file, so I can have a look |
@folke Sure thing! https://gist.github.com/gotgenes/5adb3512d8aec5d83c77416ba1e17b6d I appreciate you taking a look at this. |
I still can't reproduce this with that tags file. Did you chnage any settings related to tags? Like |
Thanks for continuing to look into this:
|
I had this issue related to a plugin with a capitalized help tag - looking at your tags file it could be Without changing the plugin, a fix that worked for me is Before that, I had |
I'm also seeing this error. In my case, the issue is caused by vim.o.ignorecase = false |
Describe the bug
After installing mason-null-ls.nvim, I tried using Lazy's feature of generating help tags when no are present in a plugin. While
:help mason-null-ls<tab>
shows plenty, which correlate perfectly with the headers in its README, one can't open them: "Tag not found: mason-null-ls.nvim-setup@en". Notably, that "@en" isn't present in the completions.Which version of Neovim are you using?
To Reproduce
Steps to reproduce the behavior:
:h mason-null-ls.nvim-setup
E426: tag not found: mason-null-ls.nvim-setup@en
Expected Behavior
Opens Readme at Nvim Setup heading.
Details
Lazy log
repro.lua
state/nvim/lazy/readme/doc/mason-null-ls.nvim.md
state/nvim/lazy/readme/doc/tags
The text was updated successfully, but these errors were encountered: