Skip to content

Commit 6c01e4c

Browse files
committed
fix: add lazy.nvim instructions
1 parent 168593f commit 6c01e4c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,18 @@ or try the [built-in collection](#usage).
2727

2828
## Installation
2929

30-
Example installation using packer:
30+
Example installation using lazy.nvim:
3131

3232
```lua
33-
use {
33+
{
3434
"zenbones-theme/zenbones.nvim",
3535
-- Optionally install Lush. Allows for more configuration or extending the colorscheme
3636
-- If you don't want to install lush, make sure to set g:zenbones_compat = 1
3737
-- In Vim, compat mode is turned on as Lush only works in Neovim.
38-
requires = "rktjmp/lush.nvim"
38+
dependencies = "rktjmp/lush.nvim",
39+
lazy = false,
40+
priority = 1000,
41+
opts = {},
3942
}
4043
```
4144

@@ -140,5 +143,5 @@ There are more similar
140143

141144
## Git mirrors
142145

143-
- [Gitlab](https://gitlab.com/mcchris/zenbones.nvim)
144-
- [Codeberg](https://codeberg.org/mcchris/zenbones.nvim)
146+
- [Gitlab](https://gitlab.com/mcchris/zenbones.nvim)
147+
- [Codeberg](https://codeberg.org/mcchris/zenbones.nvim)

0 commit comments

Comments
 (0)