Update usage and license in plug.vim
This commit is contained in:
parent
cf1f644aa8
commit
e1b7f1ae85
1 changed files with 2 additions and 3 deletions
5
plug.vim
5
plug.vim
|
@ -3,8 +3,7 @@
|
|||
"
|
||||
" Download plug.vim and put it in ~/.vim/autoload
|
||||
"
|
||||
" mkdir -p ~/.vim/autoload
|
||||
" curl -fLo ~/.vim/autoload/plug.vim \
|
||||
" curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
" https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
"
|
||||
" Edit your .vimrc
|
||||
|
@ -37,7 +36,7 @@
|
|||
" Visit https://github.com/junegunn/vim-plug for more information.
|
||||
"
|
||||
"
|
||||
" Copyright (c) 2014 Junegunn Choi
|
||||
" Copyright (c) 2015 Junegunn Choi
|
||||
"
|
||||
" MIT License
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue