Add Jedi (Python autocomplete) to Vim.

This commit is contained in:
Scott Wallace 2016-03-01 14:31:08 +00:00
parent 30694fb142
commit ab34d1f37f

1
.vimrc
View file

@ -27,6 +27,7 @@ Plugin 'godlygeek/tabular'
Plugin 'ap/vim-buftabline' Plugin 'ap/vim-buftabline'
Plugin 'vim-scripts/WhiteWash' Plugin 'vim-scripts/WhiteWash'
Plugin 'jistr/vim-nerdtree-tabs' Plugin 'jistr/vim-nerdtree-tabs'
Plugin 'davidhalter/jedi'
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call vundle#end() " required call vundle#end() " required