]> git.rmz.io Git - dotfiles.git/commitdiff
vim: ignore some lint errors and don't bother with space errors
authorSamir Benmendil <samir.benmendil@gmail.com>
Mon, 9 Feb 2015 14:35:54 +0000 (14:35 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Mon, 9 Feb 2015 14:35:54 +0000 (14:35 +0000)
vim/vimrc

index 810f2f58f686c199a8ccd84bd7aeb3aaf4ba2783..ea32688572e0383e54f9f47e33a90fb09cd1ffad 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -440,6 +440,8 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree
 let g:pymode_rope_completion = 0
 let g:pymode_rope = 0
 let g:pymode_folding = 1
 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
 
 " synastic {{{2
 let g:syntastic_enable_highlighting = 0