vim.opt_local.textwidth = 80 vim.opt_local.wrapmargin = 0 vim.opt_local.formatoptions:append({ 't' }) vim.opt_local.linebreak = true