File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,18 @@ or try the [built-in collection](#usage).
27
27
28
28
## Installation
29
29
30
- Example installation using packer :
30
+ Example installation using lazy.nvim :
31
31
32
32
``` lua
33
- use {
33
+ {
34
34
" zenbones-theme/zenbones.nvim" ,
35
35
-- Optionally install Lush. Allows for more configuration or extending the colorscheme
36
36
-- If you don't want to install lush, make sure to set g:zenbones_compat = 1
37
37
-- 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 = {},
39
42
}
40
43
```
41
44
@@ -140,5 +143,5 @@ There are more similar
140
143
141
144
## Git mirrors
142
145
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 )
You can’t perform that action at this time.
0 commit comments