Skip to content

Commit 234ad12

Browse files
committed
remove jedi options since in included in YCM
1 parent 2496544 commit 234ad12

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vimrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Bundle 'majutsushi/tagbar'
2323
Bundle 'kien/ctrlp.vim'
2424
Bundle 'mileszs/ack.vim'
2525
Bundle 'Raimondi/delimitMate'
26-
Bundle 'davidhalter/jedi-vim'
2726
Bundle 'croaker/mustang-vim'
2827
Bundle 'nvie/vim-flake8'
2928
Bundle 'alfredodeza/pytest.vim'
@@ -196,11 +195,6 @@ nmap <silent><Leader>tn <Esc>:Pytest next<CR>
196195
nmap <silent><Leader>tp <Esc>:Pytest previous<CR>
197196
nmap <silent><Leader>te <Esc>:Pytest error<CR>
198197
199-
" ==================== Jedi ====================
200-
let g:jedi#auto_initialization = 1
201-
let g:jedi#popup_on_dot = 0
202-
let g:jedi#show_function_definition = 0
203-
204198
" ==================== TagBar ====================
205199
" toggle Tagbar display
206200
map <F4> :TagbarToggle<CR>

0 commit comments

Comments
 (0)