diff --git a/etc/dotsfile/.vimrc b/etc/dotsfile/.vimrc index 902a1b3b..f57b5841 100644 --- a/etc/dotsfile/.vimrc +++ b/etc/dotsfile/.vimrc @@ -56,6 +56,7 @@ let g:syntastic_quiet_messages = { "regex": [ \ "Too many instance attributes", \ "defined outside __init__", \ "Catching too general exception Exception", + \ "Exactly one space required before assignment", \ ] } Plug 'Valloric/YouCompleteMe'