mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Updated faq (markdown)
parent
c8f57beddd
commit
1de3b71bc5
2
faq.md
2
faq.md
@ -49,7 +49,7 @@ A detailed discussion can be found [here](https://github.com/junegunn/vim-plug/p
|
||||
If you really want to use `PlugUpdate` instead of `PlugUpgrade` you can set up vim-plug like follows:
|
||||
|
||||
```sh
|
||||
" Manually clone vim-plug and symlink plug.vim to ~/.vim/autoload
|
||||
# Manually clone vim-plug and symlink plug.vim to ~/.vim/autoload
|
||||
mkdir -p ~/.vim/{autoload,plugged}
|
||||
git clone https://github.com/junegunn/vim-plug.git ~/.vim/plugged/
|
||||
ln -s ~/.vim/plugged/vim-plug/plug.vim ~/.vim/autoload
|
||||
|
Loading…
Reference in New Issue
Block a user