mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Silence sass error when imports can't be located
This commit is contained in:
parent
fae6d7e985
commit
9c66c59df9
1 changed files with 4 additions and 0 deletions
|
@ -187,6 +187,10 @@ scriptencoding utf-8
|
|||
\ 'NameError:.* is undefined',
|
||||
\ 'FileError:.*'
|
||||
\ ]}
|
||||
let g:syntastic_scss_sass_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ 'File to import not found or unreadable.*'
|
||||
\ ]}
|
||||
let g:syntastic_java_javac_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ 'cannot find symbol.*',
|
||||
|
|
Loading…
Reference in a new issue