fix: correct bug and clarify lazy.nvim install (#202)

This commit is contained in:
Druskus
2024-10-03 06:59:21 +02:00
committed by GitHub
parent 12daea796d
commit 88960c8aa3

View File

@@ -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
} }
``` ```