modules/input: fix missing localleader config
This commit is contained in:
parent
9e3e4b8345
commit
88190d31a9
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in
|
|||
|
||||
config = {
|
||||
vim.g.mapleader = cfg.leader;
|
||||
vim.g.maplocalleader = cfg.localLeader;
|
||||
|
||||
vim.keymap.set =
|
||||
# Disable the annoying and useless ex-mode
|
||||
|
|
Loading…
Reference in a new issue