whichkey.lua
1 --- Which-key: popup with keybindings. Eager so <leader>k works at startup. 2 return { 3 specs = { 4 { 5 src = 'https://github.com/folke/which-key.nvim', 6 name = 'which-key.nvim', 7 version = nil, -- default branch 8 }, 9 }, 10 -- No lazy: load at startup so keymaps (e.g. <leader>k) work immediately. 11 }