fix: add jedi-vim plugin (autocompletion)

server
iGor milhit 2017-09-04 11:17:22 +02:00
parent b35158ce60
commit 0ddca4e06a
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ Plug 'https://github.com/tpope/vim-commentary'
Plug 'https://github.com/osyo-manga/vim-over', { 'on': 'OverCommandLine' }
Plug 'https://github.com/Rykka/riv.vim'
Plug 'https://github.com/Rykka/InstantRst'
Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode
call plug#end()