Add Installation-Guide for Vim-plug
Installation-note for vim-plug is important since vimplug defaults to master branch. See #503
This commit is contained in:
parent
966a94bd47
commit
7ad365e142
@ -135,6 +135,15 @@ Installation using [Pathogen](http://www.vim.org/scripts/script.php?script_id=23
|
|||||||
cd bundle
|
cd bundle
|
||||||
git clone https://github.com/vimwiki/vimwiki.git
|
git clone https://github.com/vimwiki/vimwiki.git
|
||||||
|
|
||||||
|
Installation using [Vim-Plug](https://github.com/junegunn/vim-plug)
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Add the following to the plugin-configuration in your vimrc:
|
||||||
|
|
||||||
|
Plug 'vimwiki/vimwiki', { 'branch': 'dev' }
|
||||||
|
|
||||||
|
Then run `:PlugInstall`.
|
||||||
|
|
||||||
Installation using [Vundle](https://github.com/VundleVim/Vundle.vim)
|
Installation using [Vundle](https://github.com/VundleVim/Vundle.vim)
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user