Remove forced markdown line width
kitten.sh 2 years ago 9606f92c f023480b
··· 203 203 vim.opt_local.wrap = true 204 204 vim.opt_local.linebreak = true 205 205 vim.opt_local.formatoptions = vim.opt_local.formatoptions + 'tcn12' 206 206 - vim.opt_local.colorcolumn = '80' 207 207 - vim.opt_local.textwidth = 80 208 206 end, 209 207 }) 210 208