From 07797b39851da045aa1bfd0289de0858a1377c48 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 18 Dec 2022 20:29:55 +0100 Subject: Switched to nvim and neovide --- plugin/jedi.vim | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 plugin/jedi.vim (limited to 'plugin/jedi.vim') diff --git a/plugin/jedi.vim b/plugin/jedi.vim deleted file mode 100644 index dca8838..0000000 --- a/plugin/jedi.vim +++ /dev/null @@ -1,15 +0,0 @@ -" JEDI: ============================================================================================================== -augroup JEDI - if has("python") || has('python3') - let g:jedi#completions_enabled = 0 " we do not need completions, because we have YouCompleteMe - let g:jedi#show_call_signatures = 1 " which sadly does not support signatures like jedi - let g:jedi#show_call_signatures_delay = 0 - let g:jedi#auto_vim_configure = 0 - let g:pymode_rope = 0 " https://github.com/davidhalter/jedi-vim/issues/163 - " autocmd FileType python jedi.preload_module('os', 'sys', 'math') - " let g:pymode_options_max_line_length = 120 - " let g:syntastic_python_flake8_args='--ignore=F821,E302,E501,E241,E301' - - packadd jedi-vim - endif " has("python") -augroup END -- cgit v1.2.3