Files
nix-config/home-manager/nixvim/which_key.nix
2025-10-30 21:59:31 +01:00

9 lines
90 B
Nix

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