From 49f1f94e386e8819c24c84abd69822174fbc67e2 Mon Sep 17 00:00:00 2001 From: Maritsu <66056347+Maritsu@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:06:18 +0100 Subject: [PATCH] Change lazyload event in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2333f45..ed070df 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,11 @@ Use your favorite plugin manager * [vim-plug](https://github.com/junegunn/vim-plug): `Plug 'andweeb/presence.nvim'` * [packer.nvim](https://github.com/wbthomason/packer.nvim): `use 'andweeb/presence.nvim'` -* [lazy.nvim](https://github.com/folke/lazy.nvim): + ```lua { 'andweeb/presence.nvim', - -- As to why this requires VeryLazy, see this issue comment: https://github.com/andweeb/presence.nvim/issues/116#issuecomment-1610596444 - event = 'VeryLazy' + event = 'UIEnter', } ```