mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +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:
|
||||
leader = ",";
|
||||
globals.mapleader = ",";
|
||||
|
||||
# We can create maps for every mode!
|
||||
# There is .normal, .insert, .visual, .operator, etc!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue