-
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
symlink(copy) script files into one folder? #131
Comments
Do you mean startup speed? as there is faster branch that improves startup time. Otherwise yeah it's totally possible to 'cache' scripts. |
No, not the startup speed. |
oh, i see what you mean now. |
Lazy loading see #364 - then you don't have to load all plugins at the same time. Is there really such a big speed difference - have you benchmarked it? For VAM I even wrote an experimental (merge all plugin/* files into one) command - but the overhead remembering it when updating plugins was not worth the speed benefit. |
If it is implemented, Vundle cannot implement lazy loading feature. |
put them into ~/.vim/vundle/plugin ~/.vim/vundle/autoload ...
i.e. : not so many runtimepaths , increase vim speed.
an easy solution is ,
after git pull scripts into 'bundle/', don't set &rtp with each script folder.
just symlink/copy them into the folder and set &rtp to that one.
clear folders with BundleClean
the disadvantage is that if one project have change it's file name.
then the older file may remain there till folder got cleaned.
The text was updated successfully, but these errors were encountered: