mirror of
https://github.com/gosticks/bookmarks.nvim.git
synced 2025-10-16 11:55:38 +00:00
docs: add lazy loading event
This commit is contained in:
parent
3942f2a8a5
commit
3079ab9a53
@ -33,6 +33,7 @@ For basic setup with all default configs using [packer.nvim]
|
|||||||
```lua
|
```lua
|
||||||
use {
|
use {
|
||||||
'tomasky/bookmarks.nvim',
|
'tomasky/bookmarks.nvim',
|
||||||
|
event = "VimEnter",
|
||||||
config = function()
|
config = function()
|
||||||
require('bookmarks').setup()
|
require('bookmarks').setup()
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user