nixvim/config/which-key.nix
2025-03-02 20:11:31 +00:00

8 lines
109 B
Nix

{
plugins = {
which-key = {
enable = true;
settings = { preset = "helix"; };
};
};
}