Files
nix-config/home-manager/nixvim/which_key.nix
2025-03-18 16:27:20 +01:00

7 lines
84 B
Nix

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