summaryrefslogtreecommitdiff
path: root/ftplugin/markdown.lua
blob: 162ff1391c43fc5ad303ea94d9fab425dfae04f9 (plain) (blame)
1
2
3
4
5
6
local l = vim.opt_local

l.formatprg = "par -w 80"
l.conceallevel = 0
l.wrap = true
l.spell = true