vim.opt.nu = true vim.opt.relativenumber = true vim.opt.tabstop = 4 vim.opt.softtabstop = 4 vim.opt.shiftwidth = 4 vim.opt.expandtab = true vim.opt.smartindent = false vim.opt.autoindent = true vim.opt.wrap = false vim.opt.hlsearch = false vim.opt.incsearch = true vim.opt.scrolloff = 8 vim.opt.signcolumn = "no" vim.opt.cursorline = true vim.opt.cursorlineopt = "number" vim.opt.isfname:append("@-@") vim.cmd "set undofile" vim.g.mapleader = ' ' vim.opt.guifont = "FiraCode:h10"