-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditionally load bundles #12
Comments
Hey kevinjqiu! Vim handles plugin loading, Vundle only manages runtimepath. Let me know if we're on same page! |
Hi, I was referring to my vim state after BundleInstall. Hypothetically I have
and then did a I'm wondering if there's a way to conditionally load the plugins. |
So you're suggesting that Vundle should remove That's sounds like a feature to me if I'm understanding you correctly. |
Yeah, it is a feature request rather than an "issue". Sorry if it was misleading :) |
I see now. I may be mistaken though... |
It may very well be an optimization that's not necessary. My idea is something like |
Ya, it would be great if you could play with that... |
you may want to look into tplugin (on demand loader) |
Load bundles based on filetype is an interesting idea. Before read this issue, I already implemented a on demand mechanism that use tags and the new command |
Add a mechanism for loading bundles based on conditions, such as filetype detection?
For example, if I'm editing a Python file, I don't necessarily need to load all the Ruby plugins.
Feel free to close this issue if there's already a workaround I'm not aware of.
The text was updated successfully, but these errors were encountered: