mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove markdown line length syntax error
This commit is contained in:
parent
c03465bcba
commit
c8311e5b9d
1 changed files with 4 additions and 0 deletions
|
@ -207,6 +207,10 @@ scriptencoding utf-8
|
|||
\ '.* is defined but never used',
|
||||
\ "'[^']*' is not defined"
|
||||
\ ]}
|
||||
let g:syntastic_markdown_mdl_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ '.*MD013.*'
|
||||
\ ]}
|
||||
let g:syntastic_python_flake8_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ '.*\[W293\]',
|
||||
|
|
Loading…
Reference in a new issue