diff --git a/README.md b/README.md index 0df7207..3174872 100644 --- a/README.md +++ b/README.md @@ -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