nixvim/config/plugins/utils/whichkey.nix
2024-04-23 21:58:57 +02:00

5 lines
52 B
Nix

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