summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/mail.lua
blob: a4bf6ccc4efa3ee7961ad313b33bb71967917c23 (plain) (blame)
1
2
3
4
5
o.colorcolumn = '72'
bo.textwidth = 72
-- bo.formatoptions = 'watqc' --
bo.formatoptions = 'atcql'
bo.smartindent = false
remember that computers suck.