From 0ddca4e06a9bd8e6e337b8d1736bd0312c80de84 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Mon, 4 Sep 2017 11:17:22 +0200 Subject: [PATCH] fix: add jedi-vim plugin (autocompletion) --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index d2c4359..2ab01b6 100644 --- a/init.vim +++ b/init.vim @@ -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()