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

17 lines
272 B
Nix

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