nichts/modules/editors/nixvim/plug/utils/whichkey.nix
2024-05-22 10:43:46 +02:00

5 lines
52 B
Nix

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