summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 6953ff2..77ba58d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -116,6 +116,7 @@ nnoremap <S-Space> zA
vnoremap <S-Space> zA
let g:pymode_lint_write = 0
+let g:pymode_utils_whitespaces = 0
autocmd CursorMovedI * if pumvisible() == 0|silent! pclose|endif
autocmd InsertLeave * if pumvisible() == 0|silent! pclose|endif