diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-05 21:37:07 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-05 21:37:07 -0400 |
| commit | ef309868a758ca7087c6d1ed1c8156172fe9b96a (patch) | |
| tree | a2d78738181ec8512b4ce852151b2b1ed6d467de /pkgs/custom-neovim/config/lua/plugins/which-key.lua | |
| parent | ed137d6252bcb217a9d534d7fe1a45bae6ba6866 (diff) | |
neovim: moved to mini-pairs and cleaned up
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/which-key.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/which-key.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/which-key.lua b/pkgs/custom-neovim/config/lua/plugins/which-key.lua deleted file mode 100644 index 3d31fa7..0000000 --- a/pkgs/custom-neovim/config/lua/plugins/which-key.lua +++ /dev/null @@ -1,10 +0,0 @@ -require("which-key").setup { - preset = "helix", - delay = 0, -} - --- Show hydra mode for changing windows --- require("which-key").show({ --- keys = {"<c-w>", modes = {"n"}}, --- loop = true, -- this will keep the popup open until you hit <esc> --- }) |
