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!