nvim: markdown: Set formatting mode to hard wrap with smart auto formatting
This commit is contained in:
parent
3f561bf6f6
commit
3f6d104eb0
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ let g:pandoc#syntax#conceal#urls = 0
|
||||||
let g:pandoc#keyboard#sections#header_style = "a"
|
let g:pandoc#keyboard#sections#header_style = "a"
|
||||||
let g:pandoc#keyboard#use_default_mappings = 1
|
let g:pandoc#keyboard#use_default_mappings = 1
|
||||||
let g:pandoc#compiler#command = "pandoc"
|
let g:pandoc#compiler#command = "pandoc"
|
||||||
|
let g:pandoc#formatting#textwidth = 79
|
||||||
|
let g:pandoc#formatting#mode = "hA"
|
||||||
|
|
Loading…
Reference in a new issue