mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-12 16:06:39 -05:00
Remove the ordered item prefix warning from the syntastic markdown output
This commit is contained in:
parent
b47c35d940
commit
44efd584e5
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ scriptencoding utf-8
|
||||||
let g:syntastic_markdown_mdl_quiet_messages={
|
let g:syntastic_markdown_mdl_quiet_messages={
|
||||||
\ 'regex':[
|
\ 'regex':[
|
||||||
\ '.*MD013.*',
|
\ '.*MD013.*',
|
||||||
\ '.*MD002.*'
|
\ '.*MD002.*',
|
||||||
|
\ '.*MD029.*'
|
||||||
\ ]}
|
\ ]}
|
||||||
let g:syntastic_python_flake8_quiet_messages={
|
let g:syntastic_python_flake8_quiet_messages={
|
||||||
\ 'regex':[
|
\ 'regex':[
|
||||||
|
|
Loading…
Reference in a new issue