nichts/modules/editors/nixvim/plug/utils/whichkey.nix

6 lines
52 B
Nix
Raw Normal View History

2024-05-22 10:43:46 +02:00
{
plugins.which-key = {
enable = true;
};
}