File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ Bundle 'majutsushi/tagbar'
23
23
Bundle ' kien/ctrlp.vim'
24
24
Bundle ' mileszs/ack.vim'
25
25
Bundle ' Raimondi/delimitMate'
26
- Bundle ' davidhalter/jedi-vim'
27
26
Bundle ' croaker/mustang-vim'
28
27
Bundle ' nvie/vim-flake8'
29
28
Bundle ' alfredodeza/pytest.vim'
@@ -196,11 +195,6 @@ nmap <silent><Leader>tn <Esc>:Pytest next<CR>
196
195
nmap <silent> <Leader> tp <Esc> :Pytest previous<CR>
197
196
nmap <silent> <Leader> te <Esc> :Pytest error<CR>
198
197
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
-
204
198
" ==================== TagBar ====================
205
199
" toggle Tagbar display
206
200
map <F4> :TagbarToggle<CR>
You can’t perform that action at this time.
0 commit comments