fix: add jedi-vim plugin (autocompletion)
parent
b35158ce60
commit
0ddca4e06a
1
init.vim
1
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/osyo-manga/vim-over', { 'on': 'OverCommandLine' }
|
||||||
Plug 'https://github.com/Rykka/riv.vim'
|
Plug 'https://github.com/Rykka/riv.vim'
|
||||||
Plug 'https://github.com/Rykka/InstantRst'
|
Plug 'https://github.com/Rykka/InstantRst'
|
||||||
|
Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue