wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.72k stars 262 forks source link

An option to load help docs in "opt" plugins #1109

Closed kyoh86 closed 1 year ago

kyoh86 commented 1 year ago

Describe the feature

When I set "opt" true, packer put the plugin into pack/packer/opt. But some plugins, I want to refer the documents in them before they are loaded. Could you prepare the option to load help docs before they are loaded by "packadd"?

kyoh86 commented 1 year ago

It's too complex to be solved by packer.nvim.