nv/config/utils/whichkey.nix

21 lines
349 B
Nix
Raw Normal View History

2024-03-07 04:28:32 +00:00
{
# TODO: Implement general mappings
plugins.which-key = {
enable = true;
ignoreMissing = false;
icons = {
breadcrumb = "»";
group = "+";
separator = ""; # ➜
};
# registrations = {
# "<leader>t" = " Terminal";
# };
window = {
border = "none";
winblend = 0;
};
};
}