vim.g.mapleader = " " vim.o.clipboard = "unnamedplus" vim.o.number = true vim.o.expandtab = true vim.o.shiftwidth = 2 vim.o.smartindent = true vim.o.tabstop = 2 vim.o.softtabstop = 2 vim.opt.shortmess:append "sI" vim.opt.whichwrap:append "<>[]hl"