vim.o.hlsearch = false vim.wo.number = true vim.o.mouse = 'a' vim.o.clipboard = 'unnamedplus' vim.o.breakindent = true vim.o.undofile = true vim.o.ignorecase = true vim.o.smartcase = true vim.wo.signcolumn = 'yes' vim.o.updatetime = 250 vim.o.timeoutlen = 300 vim.o.completeopt = 'menuone,noselect' vim.o.termguicolors = true vim.opt.tabstop = 2 vim.opt.shiftwidth = 2 vim.opt.autoindent = true vim.opt.smartindent = true