local opt = vim.opt_local

opt.number = false
opt.relativenumber = false
opt.spell = true
opt.wrap = true