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