18 lines
292 B
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;
|
|
};
|
|
};
|
|
};
|
|
}
|