mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 20:12:59 +02:00
Change lazyload event in README
This commit is contained in:
parent
c16e0906af
commit
49f1f94e38
1 changed files with 2 additions and 3 deletions
|
@ -18,12 +18,11 @@
|
||||||
Use your favorite plugin manager
|
Use your favorite plugin manager
|
||||||
* [vim-plug](https://github.com/junegunn/vim-plug): `Plug 'andweeb/presence.nvim'`
|
* [vim-plug](https://github.com/junegunn/vim-plug): `Plug 'andweeb/presence.nvim'`
|
||||||
* [packer.nvim](https://github.com/wbthomason/packer.nvim): `use 'andweeb/presence.nvim'`
|
* [packer.nvim](https://github.com/wbthomason/packer.nvim): `use 'andweeb/presence.nvim'`
|
||||||
* [lazy.nvim](https://github.com/folke/lazy.nvim):
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
'andweeb/presence.nvim',
|
'andweeb/presence.nvim',
|
||||||
-- As to why this requires VeryLazy, see this issue comment: https://github.com/andweeb/presence.nvim/issues/116#issuecomment-1610596444
|
event = 'UIEnter',
|
||||||
event = 'VeryLazy'
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue