mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-18 18:01:17 +00:00
wrapper: fix typo
This commit is contained in:
parent
4eb7880e55
commit
316c24c948
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ in {
|
|||
value,
|
||||
}: "vim.keymap.set(${toLuaObject value.mode}, ${toLuaObject name}, ${toLuaObject (getAction value)}, ${toLuaObject (getOpts value)})";
|
||||
|
||||
keymaps = concatLines (map toLuaKeymap (attrsToList (filterNonNull config.maps)));
|
||||
keymaps = concatLines (map toLuaKeymap (attrsToList (filterNonNull cfg.maps)));
|
||||
in {
|
||||
vim = {
|
||||
luaConfigRC = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue