summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/markdown.lua
blob: bfcca96b9ada9d30052bae71f46c679f5a173112 (plain) (blame)
1
2
3
4
5
6
7
8
require('ftplugin.common-space')

bo.tabstop = 2
bo.shiftwidth = 2
-- bo.formatoptions = 'watqc'
bo.formatoptions = 'qc'
bo.textwidth = 80
o.colorcolumn = '80'
remember that computers suck.