change neoformat markdown spec
This commit is contained in:
parent
8d6c988661
commit
3e5ad2225a
@ -15,7 +15,7 @@ return {
|
||||
|
||||
let g:neoformat_markdown_mdformat = {
|
||||
\ 'exe': 'mdformat',
|
||||
\ 'args': ['--wrap=79'],
|
||||
\ 'args': ['--wrap=79', '--number'],
|
||||
\ 'replace': 1,
|
||||
\ }
|
||||
let g:neoformat_enabled_markdown = ['mdformat']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user