Compare commits

...

2 commits

Author SHA1 Message Date
raf
e5249138d9
Merge 6670d752c7 into c727528b6f 2024-09-29 12:35:14 +00:00
Ching Pei Yang
6670d752c7
fix: missing function (#388) 2024-09-29 14:35:11 +02:00

View file

@ -74,7 +74,7 @@ in {
// mapAttrs (_: legacyMap: legacyMap // {mode = namedModes.lang;}) cfg.maps.lang
// mapAttrs (_: legacyMap: legacyMap // {mode = namedModes.command;}) cfg.maps.command;
keymaps = concatLines (map toLuaKeymap (attrsToList (filterNonNull maps)));
keymaps = concatLines (map toLuaKeymap (attrsToList (filterAttrs (_: value: value != null) maps)));
in {
vim = {
luaConfigRC = {