mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Update README: be explicit about reloading .vimrc (#8)
This commit is contained in:
parent
8fe08f1944
commit
5b72a5fc26
@ -45,7 +45,7 @@ Plug 'junegunn/vim-easy-align'
|
|||||||
call plug#end()
|
call plug#end()
|
||||||
```
|
```
|
||||||
|
|
||||||
Then `:PlugInstall` to install plugins.
|
Reload .vimrc and `:PlugInstall` to install plugins.
|
||||||
|
|
||||||
### Plugin directory
|
### Plugin directory
|
||||||
|
|
||||||
@ -97,8 +97,8 @@ scheme.
|
|||||||
- Plugfile includes `Plug 'junegunn/dummy3'`
|
- Plugfile includes `Plug 'junegunn/dummy3'`
|
||||||
- [junegunn/dummy3](https://github.com/junegunn/dummy3/blob/master/Plugfile)
|
- [junegunn/dummy3](https://github.com/junegunn/dummy3/blob/master/Plugfile)
|
||||||
|
|
||||||
If you put `Plug 'junegunn/dummy1'` in your configuration file, and run
|
If you put `Plug 'junegunn/dummy1'` in your configuration file, reload it, and
|
||||||
`:PlugInstall`,
|
run `:PlugInstall`,
|
||||||
|
|
||||||
1. vim-plug first installs dummy1
|
1. vim-plug first installs dummy1
|
||||||
2. And sees if the repository has Plugfile
|
2. And sees if the repository has Plugfile
|
||||||
|
Loading…
Reference in New Issue
Block a user