fix: add lazy.nvim instructions
This commit is contained in:
13
README.md
13
README.md
@@ -27,15 +27,18 @@ or try the [built-in collection](#usage).
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Example installation using packer:
|
Example installation using lazy.nvim:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
use {
|
{
|
||||||
"zenbones-theme/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.
|
||||||
requires = "rktjmp/lush.nvim"
|
dependencies = "rktjmp/lush.nvim",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
|
opts = {},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -140,5 +143,5 @@ There are more similar
|
|||||||
|
|
||||||
## Git mirrors
|
## Git mirrors
|
||||||
|
|
||||||
- [Gitlab](https://gitlab.com/mcchris/zenbones.nvim)
|
- [Gitlab](https://gitlab.com/mcchris/zenbones.nvim)
|
||||||
- [Codeberg](https://codeberg.org/mcchris/zenbones.nvim)
|
- [Codeberg](https://codeberg.org/mcchris/zenbones.nvim)
|
||||||
|
|||||||
Reference in New Issue
Block a user