Skip to content

Commit 9480041

Browse files
committed
fixup! feat: use VimEnter event instead of VeryLazy
1 parent dbbdde1 commit 9480041

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
@@ -260,7 +260,7 @@ require('lazy').setup {
260260
-- For example, in the following configuration, we use:
261261
-- event = 'VimEnter'
262262
--
263-
-- which loads which-key after all the UI elements are loaded. Events can be
263+
-- which loads which-key before all the UI elements are loaded. Events can be
264264
-- normal autocommands events (`:help autocmd-events`).
265265
--
266266
-- Then, because we use the `config` key, the configuration only runs

0 commit comments

Comments
 (0)