k-takata / minpac

A minimal package manager for Vim 8+ (and Neovim)
836 stars 30 forks source link

Move plugin/minpac.vim to autoload/ #114

Closed k-takata closed 4 years ago

k-takata commented 4 years ago

The original intention of using plugin/minpac.vim was to reduce the files to be loaded as much as possible, but the mandatory file to be always loaded. However, putting autoload-style functions into plugin is tricky, and this might not be effective as I thought. Use autoload instead of plugin.