1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2018-10-17 21:59:37 +08:00
parent ec1a9c0fc8
commit 2121742e61

View File

@ -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'