don't show py doc automatically

master
Arne Schauf 10 years ago
parent f757bc6d37
commit 6ef053a438
  1. 1
      vimrc

@ -148,6 +148,7 @@ let g:pymode_quickfix_minheight = 1
let g:pymode_lint_on_fly = 1 let g:pymode_lint_on_fly = 1
let g:pymode_lint_ignore = "E501,W0611,W0401," let g:pymode_lint_ignore = "E501,W0611,W0401,"
let g:pymode_rope_autoimport_import_after_complete = 1 let g:pymode_rope_autoimport_import_after_complete = 1
let g:pymode_doc = 0
Bundle 'tpope/vim-vividchalk' Bundle 'tpope/vim-vividchalk'
Bundle 'tomasr/molokai' Bundle 'tomasr/molokai'

Loading…
Cancel
Save