nixos/home/modules/ide/nvim/plugins/which-key.nix

5 lines
52 B
Nix

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