vim.opt.shiftwidth = 4 vim.opt.tabstop = 4 vim.opt.relativenumber = true vim.opt.clipboard = "unnamedplus" vim.opt.wrap = true vim.opt.spell = true vim.opt.spelllang = "en"