1 2 3 4 5 6 7
vim.opt.number = true vim.opt.relativenumber = true vim.opt.shiftwidth = 4 vim.opt.tabstop = 4 vim.cmd.colorscheme("slate")