diff --git a/nvim/init.vim b/nvim/init.vim index 6528b73..8d92745 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -70,7 +70,6 @@ Plug 'vim-perl/vim-perl' Plug 'c9s/perlomni.vim' " Python -Plug 'davidhalter/jedi-vim' Plug 'raimon49/requirements.txt.vim', {'for': 'requirements'} " Rust @@ -424,17 +423,6 @@ augroup vimrc-python \ cinwords=if,elif,else,for,while,try,except,finally,def,class,with augroup END -" jedi-vim -let g:jedi#popup_on_dot = 0 -let g:jedi#goto_assignments_command = "g" -let g:jedi#goto_definitions_command = "d" -let g:jedi#documentation_command = "K" -let g:jedi#usages_command = "n" -let g:jedi#rename_command = "r" -let g:jedi#show_call_signatures = "0" -let g:jedi#completions_command = "" -let g:jedi#smart_auto_mappings = 0 - " vim-airline let g:airline#extensions#virtualenv#enabled = 1