summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorChristian Segundo2024-12-08 12:41:10 +0100
committerChristian Segundo2024-12-08 12:41:10 +0100
commitdaab4a1d36e5804520db66dc5c20b7d87df87cf5 (patch)
tree268edd15feb9d9d35d45b6eeb204507390873a8c /ftplugin
parent1162b873ed477414c026f9435c602363e75f78ae (diff)
downloadconfig-daab4a1d36e5804520db66dc5c20b7d87df87cf5.tar.gz
md disable conceal and format with par
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/markdown.lua3
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