1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-18 05:26:16 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
b4b4r07 eddb073889 Add Dockerfile for testing zplug 2018-05-14 23:40:00 +09:00
Sergey Kislyakov f74aaffca0 Added .zplug/{log,cache} folders to gitignore 2016-12-25 10:54:02 +03:00
Naoki Mizuno 63bcabb458 Ignore .error_log file 2016-08-11 14:48:03 +09:00
b4b4r07 bb0e48e4f4 v2.1.1 2016-08-07 17:34:29 +09:00
Naoki Mizuno 7207b0d154 Merge pull request #174 from derimagia/feature/performance
Performance tweaks - zcompile and updating cache in background
2016-05-07 06:12:04 -04:00
b4b4r07 b7755428ea Update docs and add new help system 2016-05-04 17:49:40 +09:00
Dave Wikoff 10c42cfc56 Performance tweaks - zcompile and updating cache in background 2016-05-02 19:27:58 -04:00
Yusuke Sasaki 3d00b1da15 ignore plugin installation folder. 2016-04-30 18:50:00 +09:00
Naoki Mizuno 61356de1d3 Ignore cache files and files in bin other than the sample
Note that this doesn't ignore the `repos' directory that it currently creates.
This is under the assumption that the directory structure will be changed to
what is described in:

https://github.com/b4b4r07/zplug/issues/71#issuecomment-171150415
2016-01-20 20:59:02 -05:00
b4b4r07 c7f234cc23 🌺 zplug v2
- Divide zplug into multiple files
  - Lazy loading (autoload)
  - New structure e.g. __subcommand__
  - Libraries for zplug
- Scalability
- Testable
- Documentations (man page)
- More...

For more details, see also https://github.com/b4b4r07/zplug/issues/71
2016-01-20 18:52:46 +09:00