nvim: markdown: Set formatting mode to hard wrap with smart auto formatting

This commit is contained in:
Sanchayan Maity 2020-12-23 18:47:53 +05:30
parent 3f561bf6f6
commit 3f6d104eb0

View file

@ -9,3 +9,5 @@ let g:pandoc#syntax#conceal#urls = 0
let g:pandoc#keyboard#sections#header_style = "a"
let g:pandoc#keyboard#use_default_mappings = 1
let g:pandoc#compiler#command = "pandoc"
let g:pandoc#formatting#textwidth = 79
let g:pandoc#formatting#mode = "hA"