|
|
|
@ -392,7 +392,8 @@ noremap <leader>W :w !sudo tee %<CR>
|
|
|
|
|
"nnoremap <F2> :TagbarToggle<CR> |
|
|
|
|
"let g:tagbar_autofocus = 1 |
|
|
|
|
|
|
|
|
|
Plug 'klen/python-mode' " Python mode (docs, refactor, lints, highlighting, run and ipdb and more) |
|
|
|
|
"Plug 'klen/python-mode' " Python mode (docs, refactor, lints, highlighting, run and ipdb and more) |
|
|
|
|
Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' } |
|
|
|
|
let g:pymode = 1 |
|
|
|
|
let g:pymode_warnings = 0 |
|
|
|
|
let g:pymode_trim_whitespaces = 1 |
|
|
|
|