Updated tips (markdown)

Junegunn Choi 2017-11-27 01:03:25 +09:00
parent 3a1905cacc
commit c8b54029ee

@ -82,7 +82,7 @@ Unlike Vundle, vim-plug does not implicitly prepend `vim-scripts/` to single-seg
### Vim help
If you need Vim help for vim-plug (e.g. `:help plug-options`), register vim-plug as one of the plugins.
If you need Vim help for vim-plug itself (e.g. `:help plug-options`), register vim-plug as one of the plugins.
```vim
Plug 'junegunn/vim-plug'