mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
modules/commands: fix lua cmd.options value when no options are set
This commit is contained in:
parent
c5143dc519
commit
c97afcbf82
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
command = ":w<CR>";
|
||||
desc = "Write file";
|
||||
};
|
||||
"Z" = {
|
||||
command = ":echo fooo<CR>";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue