summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/which-key.lua
blob: 3d31fa7848ec90eb82ee26fcc43d87a838c68d17 (plain)
1
2
3
4
5
6
7
8
9
10
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>
-- })