1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

example: correct wrong instruction to set leader

This commit is contained in:
Gaetan Lepage 2023-10-22 14:28:36 +02:00 committed by Gaétan Lepage
parent 56f46166f9
commit 65bd427a6e

View file

@ -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!