neovim-flake/modules/utility/binds/which-key/which-key.nix

8 lines
140 B
Nix

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