mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Updated faq (markdown)
parent
e47fd2758a
commit
bfe7920387
2
faq.md
2
faq.md
@ -89,6 +89,6 @@ Place the following code in your .vimrc before `plug#begin()` call
|
||||
```vim
|
||||
if empty(glob('~/.vim/autoload/plug.vim'))
|
||||
!curl -fLo ~/.vim/autoload/plug.vim
|
||||
\ https://raw.github.com/junegunn/vim-plug/master/plug.vim
|
||||
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
endif
|
||||
```
|
Loading…
Reference in New Issue
Block a user