mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Update README
This commit is contained in:
parent
bb299b2c85
commit
fe0310737e
@ -40,9 +40,11 @@ Plug 'junegunn/vim-easy-align'
|
|||||||
call plug#end()
|
call plug#end()
|
||||||
```
|
```
|
||||||
|
|
||||||
Then :PlugInstall to install plugins. (Default plugin directory: `~/.vim/plugged`)
|
Then `:PlugInstall` to install plugins. By default, plugins are installed in
|
||||||
|
`plugged` directory under the first path in runtimepath at the point when
|
||||||
You can change the location of the plugins with `plug#begin(path)` call.
|
`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 New Issue
Block a user