mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Update README
This commit is contained in:
parent
61b77bc8e8
commit
f4261711ae
22
README.md
22
README.md
@ -1,25 +1,21 @@
|
||||
![vim-plug](https://raw.github.com/junegunn/vim-plug/master/plug.png)
|
||||
![travis-ci](https://travis-ci.org/junegunn/vim-plug.svg?branch=master)
|
||||
|
||||
A single-file Vim plugin manager.
|
||||
|
||||
Somewhere between [Pathogen](https://github.com/tpope/vim-pathogen) and
|
||||
[Vundle](https://github.com/gmarik/vundle), but with faster parallel installer.
|
||||
A minimalist Vim plugin manager.
|
||||
|
||||
![](https://raw.github.com/junegunn/i/master/vim-plug/installer.gif)
|
||||
|
||||
### Pros.
|
||||
|
||||
- Easier to setup
|
||||
- Parallel installation/update (requires
|
||||
- Easier to setup: Single file. No boilerplate code required.
|
||||
- Easier to use: Concise, intuitive syntax
|
||||
- Super-fast parallel installation/update (requires
|
||||
[+ruby](http://junegunn.kr/2013/09/installing-vim-with-ruby-support/))
|
||||
- Smallest possible feature set
|
||||
- Branch/tag support
|
||||
- On-demand loading
|
||||
|
||||
### Cons.
|
||||
|
||||
- Everything else
|
||||
- On-demand loading to achieve
|
||||
[fast startup time](http://junegunn.kr/images/vim-startup-time.png)
|
||||
- Post-update hooks
|
||||
- Can choose a specific branch or tag for each plugin
|
||||
- Support for externally managed plugins
|
||||
|
||||
### Usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user