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