my_nixvim_sharings/config/plugins/which-key.nix
2024-08-07 09:08:11 +08:00

7 lines
69 B
Nix

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