diff --git a/vim/vimrc b/vim/vimrc index 675cbc73..cd187f14 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -356,7 +356,7 @@ endfunction " python-mode settings {{{ let g:pymode_lint = 0 let g:pymode_rope = 0 -let g:pymode_doc = 0 +let g:pymode_doc = 1 let g:pymode_run = 0 let g:pymode_trim_whitespaces = 0 " }}}