fix typo opt -> opts

Fixes #1250
This commit is contained in:
ben fleis 2024-12-12 18:13:10 +01:00
parent 45ff388c56
commit c6bd734b1f
1 changed files with 1 additions and 1 deletions

View File

@ -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.