--vim.opt.termguicolors = true vim.opt.showmode = false vim.opt.path = '.,,**' -- Fix split spaw location vim.opt.splitbelow = true vim.opt.splitright = true vim.opt.number = true vim.opt.relativenumber = false vim.opt.cursorline = true vim.opt.autoindent = true vim.opt.expandtab = false vim.opt.tabstop = 4 vim.opt.shiftwidth = 0 vim.opt.list = true vim.opt.laststatus = 2 vim.opt.foldmethod = 'marker' vim.opt.mouse = 'a' vim.opt.scrolloff = 15 vim.opt.synmaxcol = 300 vim.opt.cmdheight = 0 --vim.g.editorconfig = true