From 6c01e4cd3a4e8ae4321069bfb814cac1e2b2a07e Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sat, 24 Aug 2024 14:29:19 +0200 Subject: [PATCH] fix: add lazy.nvim instructions --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 97cd7a0..0b625cb 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,18 @@ or try the [built-in collection](#usage). ## Installation -Example installation using packer: +Example installation using lazy.nvim: ```lua -use { +{ "zenbones-theme/zenbones.nvim", -- 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 -- 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 -- [Gitlab](https://gitlab.com/mcchris/zenbones.nvim) -- [Codeberg](https://codeberg.org/mcchris/zenbones.nvim) +- [Gitlab](https://gitlab.com/mcchris/zenbones.nvim) +- [Codeberg](https://codeberg.org/mcchris/zenbones.nvim)