mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
keymaps: fix null key problems
This commit is contained in:
parent
66d0a81206
commit
745da4539e
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
mapConfigOptions
|
||||
// {
|
||||
key = mkOption {
|
||||
type = str;
|
||||
type = nullOr str;
|
||||
description = "The key that triggers this keybind.";
|
||||
};
|
||||
mode = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue