source $MYVIMRC

Junegunn Choi 2015-10-01 02:20:28 +09:00
parent 09c3a525ea
commit 14a5669c64

2
faq.md

@ -76,7 +76,7 @@ Place the following code in your .vimrc before `plug#begin()` call
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall
autocmd VimEnter * PlugInstall | source $MYVIMRC
endif
```