1 2 3 4 5
local setlocal = vim.opt_local setlocal.wrap = true setlocal.textwidth = 120 setlocal.formatoptions:remove { "o" }