1 -- Create key bindings that stick.
2 -- WhichKey helps you remember your Neovim keymaps,
3 -- by showing available keybindings in a popup as you type.
4 -- https://github.com/folke/which-key.nvim
7 event = "DeferredUIEnter",
10 require("which-key").setup({
12 -- HACK: Workaround for https://github.com/folke/which-key.nvim#967, might keep it anyway
14 spec = { { "<leader>s", group = "Search" } },