diff --git a/.vimrc b/.vimrc index 936dbb6..d807652 100755 --- a/.vimrc +++ b/.vimrc @@ -392,7 +392,8 @@ noremap W :w !sudo tee % "nnoremap :TagbarToggle "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