Replies: 1 comment 3 replies
-
that's not possible. not how Neovim works. When a plugin is not yet loaded (not on the rtp), then it's help docs won't be available either. If you'd use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now if plugin is not loaded (yet, because lazy loading event isn't happened so far) then user has no access to it documentation/help.
Also, missing help files may break other features (like restoring old sessions where that help file was opened).
I'm not sure but I suppose this (making plugin's doc visible to Neovim) can be done without loading a plugin.
To me it looks like a good idea, even if this result in showing docs from not configured plugins (e.g. ones downloaded into lazy/ directory but not configured now and not cleaned yet).
Beta Was this translation helpful? Give feedback.
All reactions