Skip to content

Commit 1fd014e

Browse files
committed
chore: typos
1 parent 5aca400 commit 1fd014e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nixvim/keybindings.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ internal, lib, ... }:
22
let
3-
inherit (lib.nixvim) mkRawFn iKeymap' nKeymap' vKeymap' tKeymap';
3+
inherit (lib.nixvim) mkRaw mkRawFn iKeymap' nKeymap' vKeymap' tKeymap';
44
in
55
{ config, lib, ... }:
66
{

0 commit comments

Comments
 (0)