[IMP] README.rst - Add a description for Vundle installation. (#781)

* [IMP] README.rst - Add a description for Vundle installation.

* [FIX] README.rst - Fix typo.
This commit is contained in:
Matthieu Méquignon
2018-02-16 11:22:10 +01:00
committed by Dave Halter
parent 7b7e6b5859
commit 48af2afd3e

View File

@@ -91,6 +91,14 @@ Example installation command using Pathogen:
git clone --recursive https://github.com/davidhalter/jedi-vim.git ~/.vim/bundle/jedi-vim
Example installation using Vundle:
Add the following line in your `~/.vimrc`
.. code-block:: vim
Plugin 'davidhalter/jedi-vim'
Installation with your distribution
-----------------------------------