Files
nix-config/home-manager/nixvim/which_key.nix
2024-05-16 21:14:30 +02:00

6 lines
85 B
Nix

{
opts = {
timeoutlen = 500;
};
plugins.which-key = { enable = true; }; }