Closed andreyorst closed 4 years ago
To allow automatically loading plugins without using require-mode in config block:
require-mode
config
plug "author/plugin" defer module %{ set-option global option value } demand
instead of:
plug "author/plugin" defer module %{ set-option global option value } config %{ require-module module }
To allow automatically loading plugins without using
require-mode
inconfig
block:instead of: