X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ca5e587bfa6ad1b35f11e899575cb872cf000fd0..d3c6c45de7f305df57e0c7c6099657948f140aaf:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 14ebec3..ea32688 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -438,7 +438,10 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree " python-mode {{{2 let g:pymode_rope_completion = 0 +let g:pymode_rope = 0 let g:pymode_folding = 1 +let g:pymode_lint_ignore = "E221,E266,E501" +let g:pymode_syntax_space_errors = 0 " don't bother me when I'm typing " synastic {{{2 let g:syntastic_enable_highlighting = 0