mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove file error for less
This commit is contained in:
parent
b559b82247
commit
25570ba247
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ scriptencoding utf-8
|
|||
"configure warnings/errors that should be silenced by module
|
||||
let g:syntastic_less_lessc_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ 'NameError:.* is undefined'
|
||||
\ 'NameError:.* is undefined',
|
||||
\ 'FileError:.*'
|
||||
\ ]}
|
||||
let g:syntastic_java_javac_quiet_messages={
|
||||
\ 'regex':[
|
||||
|
|
Loading…
Reference in a new issue