@@ -13,7 +13,6 @@ source ~/.vim/funcs.vim
13
13
Bundle ' JazzCore/vundle'
14
14
Bundle ' JazzCore/ctrlp-cmatcher'
15
15
Bundle ' JazzCore/ultisnips-snippets'
16
- Bundle ' SirVer/ultisnips'
17
16
Bundle ' tpope/vim-fugitive'
18
17
Bundle ' tpope/vim-surround'
19
18
Bundle ' tpope/vim-endwise'
@@ -57,9 +56,12 @@ Bundle 'spiiph/vim-space'
57
56
Bundle ' airblade/vim-gitgutter'
58
57
Bundle ' terryma/vim-multiple-cursors'
59
58
Bundle ' xolox/vim-shell'
59
+ Bundle ' SirVer/ultisnips'
60
60
" Bundle 'Yggdroot/indentLine'
61
61
" Bundle 'kien/rainbow_parentheses'
62
62
Bundle ' pydave/AsyncCommand'
63
+ " Bundle 'Shougo/neocomplcache'
64
+ " Bundle 'JazzCore/neocomplcache-ultisnips'
63
65
64
66
filetype on " Enable filetype detection
65
67
filetype indent on " Enable filetype-specific indenting
@@ -309,6 +311,10 @@ let g:session_autoload = 1
309
311
let g: pymode_doc = 0
310
312
let g: pymode_run = 0
311
313
let g: pymode_lint = 0
314
+ let g: pymode_lint_signs = 1
315
+ " let g:pymode_lint_signs_always_visible = 1
316
+ let g: pymode_lint_onfly = 1
317
+ let g: pymode_lint_cwindow = 1
312
318
let g: pymode_rope = 0
313
319
let g: pymode_folding = 0
314
320
let g: pymode_options = 0
@@ -355,3 +361,8 @@ let g:indentLine_char = "│"
355
361
" ==================== EasyMotion ====================
356
362
" maps: <leader> and f,F,e,E,w,W,ge,gE,j,k,n,N,t,T,b,B
357
363
let g: EasyMotion_leader_key= " <Leader>"
364
+
365
+ let g: jedi #auto_initialization = 1
366
+ let g: jedi #goto_command = " <leader>g"
367
+ let g: jedi #get_definition_command = " <leader>d"
368
+ let g: jedi #use_tabs_not_buffers = 0
0 commit comments