pandoc: use autoformat instead of smart autoformat
Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
89688c1a0c
commit
2dd80a3e67
|
|
@ -1,7 +1,7 @@
|
||||||
-- Install and configure Pandoc plugins: vim-pandoc, vim-pandoc-syntax
|
-- Install and configure Pandoc plugins: vim-pandoc, vim-pandoc-syntax
|
||||||
|
|
||||||
-- Sets the pandoc formatting mode to hardwrap
|
-- Sets the pandoc formatting mode to hardwrap
|
||||||
vim.cmd([[ let g:pandoc#formatting#mode = "hA" ]])
|
vim.cmd([[ let g:pandoc#formatting#mode = "ha" ]])
|
||||||
|
|
||||||
-- Pandoc folding settings
|
-- Pandoc folding settings
|
||||||
-- Fold level 2 headings
|
-- Fold level 2 headings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue