local opt = vim.opt_local
opt.wrap = true
opt.linebreak = true
opt.textwidth = 0
opt.spell = true
opt.spelllang = { 'en_gb' }