Skip to content

Commit c6bd734

Browse files
committed
fix typo opt -> opts
Fixes #1250
1 parent 45ff388 commit c6bd734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ require('lazy').setup({
267267
-- which loads which-key before all the UI elements are loaded. Events can be
268268
-- normal autocommands events (`:help autocmd-events`).
269269
--
270-
-- Then, because we use the `opt` key (recommended), the configuration runs
270+
-- Then, because we use the `opts` key (recommended), the configuration runs
271271
-- after the plugin has been loaded as `require(MODULE).setup(opts)`.
272272

273273
{ -- Useful plugin to show you pending keybinds.

0 commit comments

Comments
 (0)