docs: add lazy loading event

This commit is contained in:
blueswooz 2023-04-27 09:41:54 +08:00
parent 3942f2a8a5
commit 3079ab9a53

View File

@ -33,6 +33,7 @@ For basic setup with all default configs using [packer.nvim]
```lua
use {
'tomasky/bookmarks.nvim',
event = "VimEnter",
config = function()
require('bookmarks').setup()
end