1
0
mirror of https://github.com/amix/vimrc synced 2025-06-17 02:15:01 +08:00

Remove jedi-vim

If it's there, it throws an error if jedi isn't installed for Python.

Fixes https://github.com/amix/vimrc/issues/716
This commit is contained in:
Amir
2022-11-20 12:24:49 +01:00
parent a4e59b561f
commit 9bab0e48c8
37 changed files with 0 additions and 4201 deletions

View File

@ -186,14 +186,3 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*']
" Copy the link to the line of a Git repository to the clipboard
nnoremap <leader>v :.GBrowse!<CR>
xnoremap <leader>v :GBrowse!<CR>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => jedi-vim
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:jedi#auto_vim_configuration = 0
let g:jedi#goto_assignments_command = "<leader>a"
let g:jedi#usages_command = "<leader>u"
let g:jedi#completions_command = "<C-Space>"
let g:jedi#rename_command = "<leader>r"
let g:jedi#popup_on_dot = 0