DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

f1ca35dda02d6002cbcee227d5a1504812701231 — Jonni Liljamo 3 months ago d5460f7
feat: add which-key
2 files changed, 8 insertions(+), 0 deletions(-)

M config/plugins/default.nix
A config/plugins/which-key.nix
M config/plugins/default.nix => config/plugins/default.nix +1 -0
@@ 2,5 2,6 @@
  imports = [
    ./oil.nix
    ./telescope.nix
    ./which-key.nix
  ];
}

A config/plugins/which-key.nix => config/plugins/which-key.nix +7 -0
@@ 0,0 1,7 @@
{
  plugins.which-key = {
    enable = true;
  };
  opts.timeout = true;
  opts.timeoutlen = 300;
}