Skip to content

Commit

Permalink
fixup! feat: use VimEnter event instead of VeryLazy
Browse files Browse the repository at this point in the history
  • Loading branch information
taliraj committed Mar 2, 2024
1 parent dbbdde1 commit 9480041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ require('lazy').setup {
-- For example, in the following configuration, we use:
-- event = 'VimEnter'
--
-- which loads which-key after all the UI elements are loaded. Events can be
-- 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 `config` key, the configuration only runs
Expand Down

0 comments on commit 9480041

Please sign in to comment.