nix-dots/pkgs/nvim/config/utils/whichkey.nix

18 lines
292 B
Nix

{
# TODO: Implement general mappings
plugins.which-key = {
enable = true;
settings = {
icons = {
breadcrumb = "»";
group = "+";
separator = ""; # ➜
};
win = {
border = "none";
wo.winblend = 0;
};
};
};
}