local set = vim.opt set.clipboard = 'unnamedplus' set.mouse = 'a' set.termguicolors = true -- For colorizer set.hidden = true set.hlsearch = true set.ignorecase = true set.smartcase = true set.scrolloff = 6 set.sidescrolloff = 8 set.pumheight = 10 -- popup menu height set.number = true set.expandtab = false set.shiftwidth = 4 set.tabstop = 4