vim-volt/volt

Conditional plugin load

tyru opened this issue · 0 comments

tyru commented

In a plugconf file, it would be useful to have the function to determine if current plugin will be loaded or not at runtime.
For example, tyru/tabsidebar-boost plugin should only be loaded when has('tabsidebar') == 1 (the plugin adds extra features to vim unofficial tabsidebar patch).