mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Fix git clone command (@knighter)
parent
5f9bc681b2
commit
8a5b36cd67
2
faq.md
2
faq.md
@ -174,7 +174,7 @@ If you really, really want to use `PlugUpdate` only, you can set up vim-plug lik
|
||||
```sh
|
||||
# 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/
|
||||
git clone https://github.com/junegunn/vim-plug.git ~/.vim/plugged/vim-plug
|
||||
ln -s ~/.vim/plugged/vim-plug/plug.vim ~/.vim/autoload
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user