Archived
1
0
Fork 0

nvim: Remove jedi plugin

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-03-13 21:29:57 +01:00
parent eefc08efe9
commit 81a38498f1
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -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 = "<leader>g"
let g:jedi#goto_definitions_command = "<leader>d"
let g:jedi#documentation_command = "K"
let g:jedi#usages_command = "<leader>n"
let g:jedi#rename_command = "<leader>r"
let g:jedi#show_call_signatures = "0"
let g:jedi#completions_command = "<C-Space>"
let g:jedi#smart_auto_mappings = 0
" vim-airline
let g:airline#extensions#virtualenv#enabled = 1