nix-config/modules/common/nixvim/whichkey.nix
2024-12-24 17:34:38 +01:00

10 lines
100 B
Nix

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