Files
nvim/config/modules/plugins/which-key.nix

6 lines
52 B
Nix
Raw Normal View History

2025-10-23 19:50:10 +03:00
{
plugins.which-key = {
enable = true;
};
}