local setlocal = vim.opt_local setlocal.number = false setlocal.relativenumber = false setlocal.textwidth = 80 -- setlocal.formatoptions:append { "w" } setlocal.formatoptions = "tcjlw" setlocal.formatoptions:remove { "o" }