Update README
This commit is contained in:
parent
fe0310737e
commit
3200359ff4
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -40,11 +40,15 @@ Plug 'junegunn/vim-easy-align'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
```
|
```
|
||||||
|
|
||||||
Then `:PlugInstall` to install plugins. By default, plugins are installed in
|
Then `:PlugInstall` to install plugins.
|
||||||
`plugged` directory under the first path in runtimepath at the point when
|
|
||||||
`plug#begin()` is called. This is usually `~/.vim/plugged` (or `$HOME/vimfiles`
|
### Plugin directory
|
||||||
on Windows) given that you didn't touch runtimepath before the call. You can
|
|
||||||
explicitly set the location of the plugins with `plug#begin(path)` call.
|
By default, plugins are installed in `plugged` directory under the first path in
|
||||||
|
runtimepath at the point when `plug#begin()` is called. This is usually
|
||||||
|
`~/.vim/plugged` (or `$HOME/vimfiles` on Windows) given that you didn't touch
|
||||||
|
runtimepath before the call. You can explicitly set the location of the plugins
|
||||||
|
with `plug#begin(path)` call.
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue