From 48af2afd3ef06a61242d5c08a6357879ea639c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20M=C3=A9quignon?= Date: Fri, 16 Feb 2018 11:22:10 +0100 Subject: [PATCH] [IMP] README.rst - Add a description for Vundle installation. (#781) * [IMP] README.rst - Add a description for Vundle installation. * [FIX] README.rst - Fix typo. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 67c7a2f..da18111 100644 --- a/README.rst +++ b/README.rst @@ -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 -----------------------------------