mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 12:03:00 +02:00
Add Lazy setup to README
This commit is contained in:
parent
f96a4fb664
commit
c16e0906af
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@
|
||||||
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
|
||||||
|
{
|
||||||
|
'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'
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
#### Notes
|
#### Notes
|
||||||
* Requires [Neovim 0.5](https://github.com/neovim/neovim/releases/tag/v0.5.0) or higher
|
* Requires [Neovim 0.5](https://github.com/neovim/neovim/releases/tag/v0.5.0) or higher
|
||||||
|
|
Loading…
Reference in a new issue