We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config
1 parent 7bea2d8 commit ae9b9a0Copy full SHA for ae9b9a0
init.lua
@@ -278,9 +278,8 @@ require('lazy').setup({
278
-- which loads which-key before all the UI elements are loaded. Events can be
279
-- normal autocommands events (`:help autocmd-events`).
280
--
281
- -- Then, because we use the `config` key, the configuration only runs
282
- -- after the plugin has been loaded:
283
- -- config = function() ... end
+ -- Then, because we use the `opt` key (recommended), the configuration runs
+ -- after the plugin has been loaded as `require(MODULE).setup(opts)`.
284
285
{ -- Useful plugin to show you pending keybinds.
286
'folke/which-key.nvim',
0 commit comments