From 4675a023e85fb0c188cbf1916decff43ab95a692 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 15 Jul 2025 14:47:28 -0400 Subject: working on custom neovim --- pkgs/custom-neovim/config/lua/plugins/which-key.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pkgs/custom-neovim/config/lua/plugins/which-key.lua') diff --git a/pkgs/custom-neovim/config/lua/plugins/which-key.lua b/pkgs/custom-neovim/config/lua/plugins/which-key.lua index 612af14..3d31fa7 100644 --- a/pkgs/custom-neovim/config/lua/plugins/which-key.lua +++ b/pkgs/custom-neovim/config/lua/plugins/which-key.lua @@ -1,3 +1,10 @@ require("which-key").setup { - preset = "modern", + preset = "helix", + delay = 0, } + +-- Show hydra mode for changing windows +-- require("which-key").show({ +-- keys = {"", modes = {"n"}}, +-- loop = true, -- this will keep the popup open until you hit +-- }) -- cgit v1.2.3