From 59f136495fdc6d7b8911348659a62c1e43494b60 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 14 Jun 2014 16:27:43 +0200 Subject: [PATCH] Added jedi to vim plugins on 2014-06-11 --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 2027f5d..6129340 100644 --- a/.vimrc +++ b/.vimrc @@ -17,6 +17,8 @@ Plugin 'mhinz/vim-signify' Plugin 'tpope/vim-sensible' " Nice colour scheme Plugin 'jnurmine/Zenburn.git' +" Python autocompletion +Plugin 'davidhalter/jedi-vim' " All of your Plugins must be added before the following line call vundle#end() " required