1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-02 14:09:49 +01:00
neovim-flake/modules/utility/binds/which-key/which-key.nix

7 lines
140 B
Nix

{lib, ...}:
with lib;
with builtins; {
options.vim.binds.whichKey = {
enable = mkEnableOption "which-key keybind helper menu";
};
}