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 bd78d3f commit d9cfd62Copy full SHA for d9cfd62
init.lua
@@ -275,9 +275,8 @@ require('lazy').setup({
275
-- which loads which-key before all the UI elements are loaded. Events can be
276
-- normal autocommands events (`:help autocmd-events`).
277
--
278
- -- Then, because we use the `config` key, the configuration only runs
279
- -- after the plugin has been loaded:
280
- -- 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)`.
281
282
{ -- Useful plugin to show you pending keybinds.
283
'folke/which-key.nvim',
0 commit comments