From 6ef053a438e63e412d9d5544af78f40a5acee3cf Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Mon, 23 Jun 2014 11:49:22 +0200 Subject: [PATCH] don't show py doc automatically --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 72f4be1..80c7450 100644 --- a/vimrc +++ b/vimrc @@ -148,6 +148,7 @@ let g:pymode_quickfix_minheight = 1 let g:pymode_lint_on_fly = 1 let g:pymode_lint_ignore = "E501,W0611,W0401," let g:pymode_rope_autoimport_import_after_complete = 1 +let g:pymode_doc = 0 Bundle 'tpope/vim-vividchalk' Bundle 'tomasr/molokai'