You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe there's a better way (via autocmd) but I imagine this would involve creating proxy files in ~/.vim/ftplugin/<lang>/<bundle>.vim which somehow load a bundle into Vim. Loading is tricky outside of unbundle's big loop because you'd have to insert the bundle's components in the correct places in the array.
Anyway this seems to require more than a few lines of code, and a function maybe, so it should go in a separate project: vim-unftbundle maybe.
Perhaps this is getting too much feature-creep-like, but some function one could call to include a different directory would be cool.
Use case: Generic plugins go under
bundle/
, but language specific ones that don't need to be loaded all the time could go under...ftbundle/lang/*/
?The text was updated successfully, but these errors were encountered: