add vundle install steps to readme
This commit is contained in:
parent
bb75ec6deb
commit
690936ec97
@ -130,6 +130,13 @@ 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 [Vundle](https://github.com/VundleVim/Vundle.vim)
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Add `Plugin 'vimwiki/vimwiki'` to your vimrc file and run
|
||||||
|
|
||||||
|
vim +PluginInstall +qall
|
||||||
|
|
||||||
Or download the [zip archive](https://github.com/vimwiki/vimwiki/archive/master.zip) and extract it in `~/.vim/bundle/`
|
Or download the [zip archive](https://github.com/vimwiki/vimwiki/archive/master.zip) and extract it in `~/.vim/bundle/`
|
||||||
|
|
||||||
Then launch Vim, run `:Helptags` and then `:help vimwiki` to verify it was installed.
|
Then launch Vim, run `:Helptags` and then `:help vimwiki` to verify it was installed.
|
||||||
|
Loading…
Reference in New Issue
Block a user