mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 18:49:45 +00:00
20 lines
349 B
Nix
20 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;
|
|
};
|
|
};
|
|
}
|
|
|