Replies: 1 comment 3 replies
-
oneshot solution, call |
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
-
When I put a plugin in lazy load mode,
nvim
complains that module not found, because packer.nvim downloaded it into.../pack/packer/opt/
directory but didn't set the plugin's path into runtimepath, why?How can I fix it? (or how to tell nvim to set the runtimepath?)
Beta Was this translation helpful? Give feedback.
All reactions