my_nixvim_sharings/config/plugins/which-key.nix

7 lines
60 B
Nix

{
plugins = {
which-key = {
enable = true;
};
};
}