vim.g.autoformat = false local opt = vim.opt opt.spell = false opt.wrap = true opt.relativenumber = false opt.mouse="a"