vim.o.number = true vim.o.relativenumber = true vim.o.tabstop = 2 vim.o.shiftwidth = 2 vim.o.expandtab = true vim.o.smartindent = true vim.o.cursorline = true vim.o.termguicolors = true