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