mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
feat(init.lua): add maplocalleader configuration to set a custom local leader key for vim commands
This commit is contained in:
@@ -31,3 +31,4 @@ vim.opt.updatetime = 50
|
||||
vim.opt.colorcolumn = ""
|
||||
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = ";"
|
||||
|
||||
Reference in New Issue
Block a user