How to have help
documentation loaded for lazy loaded plugins (cmd, keys, etc)
#855
Replies: 1 comment
-
A plugin needs to be loaded before you can view its documentation. That's just how Neovim works, not a limitation of lazy |
Beta Was this translation helpful? Give feedback.
0 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.
-
A simple example:
If I don't execute any of the commands, I can't view help documentation (
:h Colorizer
errors). Of course, this is a trivial plugin, but the same goes for Fugitive and several other critical plugins that only get loaded after a command or keymap is executed.Beta Was this translation helpful? Give feedback.
All reactions