diff --git a/init.lua b/init.lua index 7cb2e19979e..2efaa8c4e7c 100644 --- a/init.lua +++ b/init.lua @@ -184,7 +184,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.