mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
example: correct wrong instruction to set leader
This commit is contained in:
parent
56f46166f9
commit
65bd427a6e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# We can set the leader key:
|
# We can set the leader key:
|
||||||
leader = ",";
|
globals.mapleader = ",";
|
||||||
|
|
||||||
# We can create maps for every mode!
|
# We can create maps for every mode!
|
||||||
# There is .normal, .insert, .visual, .operator, etc!
|
# There is .normal, .insert, .visual, .operator, etc!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue