Files
nixvim/config/plugins/which-key.nix
T

10 lines
110 B
Nix

{ ... }:
{
plugins.which-key = {
enable = true;
settings = {
preset = "modern";
};
};
}