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 c0fd2f3 commit df2b77bCopy full SHA for df2b77b
init.lua
@@ -267,9 +267,8 @@ require('lazy').setup({
267
-- which loads which-key before all the UI elements are loaded. Events can be
268
-- normal autocommands events (`:help autocmd-events`).
269
--
270
- -- Then, because we use the `config` key, the configuration only runs
271
- -- after the plugin has been loaded:
272
- -- 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)`.
273
274
{ -- Useful plugin to show you pending keybinds.
275
'folke/which-key.nvim',
0 commit comments