mirror of
https://github.com/akr2002/nv.git
synced 2025-02-05 18:40:01 +00:00
21 lines
349 B
Nix
21 lines
349 B
Nix
|
{
|
||
|
# TODO: Implement general mappings
|
||
|
plugins.which-key = {
|
||
|
enable = true;
|
||
|
ignoreMissing = false;
|
||
|
icons = {
|
||
|
breadcrumb = "»";
|
||
|
group = "+";
|
||
|
separator = ""; # ➜
|
||
|
};
|
||
|
# registrations = {
|
||
|
# "<leader>t" = " Terminal";
|
||
|
# };
|
||
|
window = {
|
||
|
border = "none";
|
||
|
winblend = 0;
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
|