From f41afb85ea34017f251ec118660c8e0e0d3c3d17 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 1 Feb 2016 22:34:12 +0000 Subject: [PATCH] vim: no pymode_run or lint window --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index c3c9e6b..25fa460 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -555,8 +555,10 @@ nnoremap ck :CloseAboveWindow let g:pymode_rope_completion = 0 let g:pymode_rope = 0 +let g:pymode_run = 0 let g:pymode_folding = 1 let g:pymode_lint_ignore = "E221,E266,E501" +let g:pymode_lint_cwindow = 0 " don't open cwindow when linting let g:pymode_syntax_space_errors = 0 " don't bother me when I'm typing " signature {{{2 -- 2.48.1