diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/markdown.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftplugin/markdown.lua b/ftplugin/markdown.lua index 84da7b9..162ff13 100644 --- a/ftplugin/markdown.lua +++ b/ftplugin/markdown.lua @@ -1,5 +1,6 @@ local l = vim.opt_local -l.conceallevel = 2 +l.formatprg = "par -w 80" +l.conceallevel = 0 l.wrap = true l.spell = true |