vim.g.mapleader = " " vim.g.maplocalleader = " " local opt = vim.opt opt.shiftwidth = 2 -- Size of an indent opt.tabstop = 2 -- Size of an indent