mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
feat: register mapping with no actions in which-key when enabled
This commit is contained in:
parent
49f46d3b3d
commit
5fa54c6d39
2 changed files with 39 additions and 15 deletions
|
@ -86,5 +86,7 @@
|
|||
filetypes = [];
|
||||
};
|
||||
};
|
||||
# Simple mapping with only Description
|
||||
maps.normal."ff".desc = "Test";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue