6 lines
85 B
Nix
6 lines
85 B
Nix
{
|
|
opts = {
|
|
timeoutlen = 500;
|
|
};
|
|
plugins.which-key = { enable = true; }; }
|