1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Added jedi to vim plugins on 2014-06-11

This commit is contained in:
Michiel Scholten
2014-06-14 16:27:43 +02:00
parent 52e04c1ee1
commit 59f136495f

2
.vimrc
View File

@@ -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