mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 19:54:43 +02:00
lib/helpers: fix typo in mkModeMaps (#238)
This commit is contained in:
parent
0bd07ee091
commit
8b21fd5872
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ with lib; rec {
|
|||
actionAttrs =
|
||||
if isString action
|
||||
then {inherit action;}
|
||||
else value;
|
||||
else action;
|
||||
in
|
||||
defaults // actionAttrs
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue