-
Notifications
You must be signed in to change notification settings - Fork 64
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
Vital.Next: autoloadization of modules in :Vitalize #674
Comments
Added related issues. |
I was just curious but did someone measure this overhead? |
No. It is optimized by @haya14busa .
Overhead is the problem,
And one more problem I remember is duplicated
And if the script is needed to be changed, ALL PLUGINS USING VITAL MUST UPGRADE. |
Added |
ok. I'm not denying the point. I was just curious about how much overhead it causes as a user of vital.vim if anyone has already done some measurements. |
oops, fixed:
|
Issue about the next vitalizer design, discussion, and so on.
What purpose of this issue?
What is the problem?
To use vital modules, users must load them by
vital#of()
orvital#myplugin#new()
.This allows different versions of a module to be installed on 'runtimepath'.
But this makes vital
autoload/vital.vim
is needed to be changed, ALL PLUGINS USING VITAL MUST UPGRADE Vital.Next: autoloadization of modules in :Vitalize #674 (comment)So we need vital like
Related issues
Slack log (Japanese)
Click to expand
The text was updated successfully, but these errors were encountered: