nix-config/users/willifan/common/nixvim/whichkey.nix
2024-10-13 18:49:48 +02:00

10 lines
100 B
Nix

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