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)
|
![vim-plug](https://raw.github.com/junegunn/vim-plug/master/plug.png)
|
||||||
![travis-ci](https://travis-ci.org/junegunn/vim-plug.svg?branch=master)
|
![travis-ci](https://travis-ci.org/junegunn/vim-plug.svg?branch=master)
|
||||||
|
|
||||||
A single-file Vim plugin manager.
|
A minimalist Vim plugin manager.
|
||||||
|
|
||||||
Somewhere between [Pathogen](https://github.com/tpope/vim-pathogen) and
|
|
||||||
[Vundle](https://github.com/gmarik/vundle), but with faster parallel installer.
|
|
||||||
|
|
||||||
![](https://raw.github.com/junegunn/i/master/vim-plug/installer.gif)
|
![](https://raw.github.com/junegunn/i/master/vim-plug/installer.gif)
|
||||||
|
|
||||||
### Pros.
|
### Pros.
|
||||||
|
|
||||||
- Easier to setup
|
- Easier to setup: Single file. No boilerplate code required.
|
||||||
- Parallel installation/update (requires
|
- Easier to use: Concise, intuitive syntax
|
||||||
|
- Super-fast parallel installation/update (requires
|
||||||
[+ruby](http://junegunn.kr/2013/09/installing-vim-with-ruby-support/))
|
[+ruby](http://junegunn.kr/2013/09/installing-vim-with-ruby-support/))
|
||||||
- Smallest possible feature set
|
- On-demand loading to achieve
|
||||||
- Branch/tag support
|
[fast startup time](http://junegunn.kr/images/vim-startup-time.png)
|
||||||
- On-demand loading
|
- Post-update hooks
|
||||||
|
- Can choose a specific branch or tag for each plugin
|
||||||
### Cons.
|
- Support for externally managed plugins
|
||||||
|
|
||||||
- Everything else
|
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user