fix(doc): update install

This commit is contained in:
Michael Chris Lopez
2024-06-16 12:41:31 +02:00
parent 5746d02774
commit e9ba8305f6

View File

@@ -31,7 +31,7 @@ Example installation using packer:
```lua ```lua
use { use {
"mcchrish/zenbones.nvim", "zenbones-theme/zenbones.nvim",
-- Optionally install Lush. Allows for more configuration or extending the colorscheme -- Optionally install Lush. Allows for more configuration or extending the colorscheme
-- If you don't want to install lush, make sure to set g:zenbones_compat = 1 -- If you don't want to install lush, make sure to set g:zenbones_compat = 1
-- In Vim, compat mode is turned on as Lush only works in Neovim. -- In Vim, compat mode is turned on as Lush only works in Neovim.