Merge 4234f3c61f
into 8fb0efe4e5
This commit is contained in:
commit
3f8f904b26
13
README.md
13
README.md
|
@ -23,14 +23,19 @@ A minimalist Vim plugin manager.
|
||||||
[startup-time]: http://junegunn.kr/images/vim-startup-time.png
|
[startup-time]: http://junegunn.kr/images/vim-startup-time.png
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
[Download plug.vim](https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim) and put it in ~/.vim/autoload (UNIX) or ~/vimfiles/autoload (Windows).
|
||||||
[Download plug.vim](https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim)
|
###### Unix
|
||||||
and put it in ~/.vim/autoload
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
```
|
```
|
||||||
|
###### Windows
|
||||||
|
```powershell
|
||||||
|
md ~\vimfiles\autoload
|
||||||
|
|
||||||
|
Invoke-WebRequest -OutFile ~\vimfiles\autoload\plug.vim
|
||||||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
```
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user