plug#begin() - plug#end()

This commit is contained in:
Junegunn Choi
2013-09-16 17:37:09 +09:00
parent 6875731135
commit 09df71c3db
2 changed files with 22 additions and 11 deletions

View File

@@ -42,12 +42,14 @@ curl -fLo ~/.vim/autoload/plug.vim https://raw.github.com/junegunn/vim-plug/mast
Edit your .vimrc
```vim
call plug#init()
call plug#begin()
Plug 'junegunn/seoul256'
Plug 'junegunn/vim-easy-align'
" Plug 'user/repo', 'branch_or_tag'
" ...
call plug#end()
```
Then :PlugInstall to install plugins. (Default plugin directory: `~/.vim/plugged`)