Hacker News new | ask | show | jobs
by Jare 77 days ago
I imagine you are left with manual dependencies, manual updates, and possibly without lazy loading or portable configuration. That stuff is not strictly necessary and may be easy to roll your own if you're very into it, but it's comfortable to have a standard.
1 comments

Lazyloading is already present in Vim, it’s called autoload and most plugins I’ve seen use that feature

https://learnvimscriptthehardway.stevelosh.com/chapters/53.h...