nixos/pkgs/nixvim/editor/which-key.nix

18 lines
274 B
Nix

{ ... }:
{
youthlic.plugins = {
which-key = {
enable = true;
settings = {
preset = "helix";
win = {
no_overlap = false;
};
show_help = false;
};
};
web-devicons = {
enable = true;
};
};
}