Skip to content

Commit 88960c8

Browse files
authored
fix: correct bug and clarify lazy.nvim install (zenbones-theme#202)
1 parent 12daea7 commit 88960c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ Example installation using lazy.nvim:
3838
dependencies = "rktjmp/lush.nvim",
3939
lazy = false,
4040
priority = 1000,
41-
opts = {},
41+
-- you can set set configuration options here
42+
-- config = function()
43+
-- vim.g.zenbones_darken_comments = 45
44+
-- vim.cmd.colorscheme('zenbones')
45+
-- end
4246
}
4347
```
4448

0 commit comments

Comments
 (0)