vim.o.tabstop = 4 vim.o.shiftwidth = 4 vim.o.expandtab = true vim.o.relativenumber = true vim.o.smartindent = true vim.o.syntax = true vim.o.cursorline = true vim.o.signcolumn = "number"