vim.opt.number = true vim.opt.relativenumber = true vim.opt.list = true vim.opt.shiftwidth = 4 vim.opt.tabstop = 4 vim.opt.filetype = "on"