nix-config/modules/default/common/nixvim/whichkey.nix
2025-01-07 23:28:53 +01:00

10 lines
96 B
Nix

{ ... }:
{
programs.nixvim.plugins = {
which-key = {
enable = true;
};
};
}