Update documentation

/cc @accolade
This commit is contained in:
Junegunn Choi
2016-12-19 01:58:15 +09:00
parent b50f9bb16b
commit f916aabfbe
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
" Unmanaged plugin (manually installed and updated)
Plug '~/my-prototype-plugin'
" Add plugins to &runtimepath
" Initialize plugin system
call plug#end()
```