nichts/modules/editors/nixvim/plug/utils/whichkey.nix
2024-05-22 14:04:58 +02:00

5 lines
68 B
Nix

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