nvim.nix/config/plugins/utils/whichkey.nix

9 lines
63 B
Nix
Raw Normal View History

2024-08-04 21:19:37 +08:00
{ ... }:
{
plugins.which-key = {
enable = true;
};
}