mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
helpers/keymap: fix noremap bug (#257)
This commit is contained in:
parent
416c719f47
commit
c3821e9924
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ with lib; rec {
|
||||||
expr = false;
|
expr = false;
|
||||||
unique = false;
|
unique = false;
|
||||||
noremap = true;
|
noremap = true;
|
||||||
|
remap = false;
|
||||||
script = false;
|
script = false;
|
||||||
nowait = false;
|
nowait = false;
|
||||||
action = action;
|
action = action;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue