mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Updated faq (markdown)
parent
802c692d2e
commit
14291ff353
13
faq.md
13
faq.md
@ -12,14 +12,23 @@ Most of the features should work with Git 1.7 or above. However, installing plug
|
|||||||
|
|
||||||
### Migrating from other plugin managers
|
### Migrating from other plugin managers
|
||||||
|
|
||||||
|
Download plug.vim in `autoload` directory
|
||||||
|
|
||||||
|
```sh
|
||||||
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
```
|
||||||
|
|
||||||
|
And update your .vimrc as needed.
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
Vundle.vim
|
With Vundle.vim
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
vim-plug
|
Equivalent vim-plug configuration
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user