mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-06 17:15:30 -08:00
Issue 1249 which key comments (#1263)
* Tweak outdated comment about lazy's `config` key usage. Remove outdated comment describing use of `config` key, replacing with corrected `opt` key note. Fixes #1249 * fix typo opt -> opts Fixes #1250
This commit is contained in:
2
init.lua
2
init.lua
@@ -267,7 +267,7 @@ require('lazy').setup({
|
||||
-- which loads which-key before all the UI elements are loaded. Events can be
|
||||
-- normal autocommands events (`:help autocmd-events`).
|
||||
--
|
||||
-- Then, because we use the `opt` key (recommended), the configuration runs
|
||||
-- Then, because we use the `opts` key (recommended), the configuration runs
|
||||
-- after the plugin has been loaded as `require(MODULE).setup(opts)`.
|
||||
|
||||
{ -- Useful plugin to show you pending keybinds.
|
||||
|
||||
Reference in New Issue
Block a user