From 88190d31a903c74b63b5d1a789fe7877920f5bb4 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 8 May 2024 01:07:41 +0300 Subject: [PATCH] modules/input: fix missing localleader config --- modules/input.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/input.nix b/modules/input.nix index afdb911..136caac 100644 --- a/modules/input.nix +++ b/modules/input.nix @@ -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