From 65bd427a6edba4d6e1551778f04e372be37d1c9f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 22 Oct 2023 14:28:36 +0200 Subject: [PATCH] example: correct wrong instruction to set leader --- example.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.nix b/example.nix index 280695a8..7d3c2fc1 100644 --- a/example.nix +++ b/example.nix @@ -25,7 +25,7 @@ ]; # We can set the leader key: - leader = ","; + globals.mapleader = ","; # We can create maps for every mode! # There is .normal, .insert, .visual, .operator, etc!