mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Remove the markdown error for incorrect heading order
This commit is contained in:
parent
e01d3af99b
commit
8b1417acf6
1 changed files with 2 additions and 1 deletions
|
@ -209,7 +209,8 @@ scriptencoding utf-8
|
|||
\ ]}
|
||||
let g:syntastic_markdown_mdl_quiet_messages={
|
||||
\ 'regex':[
|
||||
\ '.*MD013.*'
|
||||
\ '.*MD013.*',
|
||||
\ '.*MD002.*'
|
||||
\ ]}
|
||||
let g:syntastic_python_flake8_quiet_messages={
|
||||
\ 'regex':[
|
||||
|
|
Loading…
Reference in a new issue