-- Override Cosmic editor options local opt = vim.opt local g = vim.g g.mapleader = ',' opt.tabstop = 4 opt.softtabstop = 4 opt.shiftwidth = 4