fix: correct bug and clarify lazy.nvim install (#202)
This commit is contained in:
@@ -38,7 +38,11 @@ Example installation using lazy.nvim:
|
|||||||
dependencies = "rktjmp/lush.nvim",
|
dependencies = "rktjmp/lush.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
opts = {},
|
-- you can set set configuration options here
|
||||||
|
-- config = function()
|
||||||
|
-- vim.g.zenbones_darken_comments = 45
|
||||||
|
-- vim.cmd.colorscheme('zenbones')
|
||||||
|
-- end
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user