diff --git a/development.nix b/development.nix index 28963fc..f83b1f4 100644 --- a/development.nix +++ b/development.nix @@ -101,22 +101,18 @@ in { key = ""; action = "left"; - #options.silent = true; } { key = ""; action = "down"; - #options.silent = true; } { key = ""; action = "up"; - #options.silent = true; } { key = ""; action = "right"; - #options.silent = true; } ]; }; @@ -129,6 +125,11 @@ in web-devicons.enable = true; which-key = { enable = true; + settings.delay.__raw = '' + function(ctx) + return ctx.plugin and 0 or 1000 + end + ''; }; cmp = {