From 360da2b38ee3514aa2a61bcf368b93b94a178e59 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sun, 10 Oct 2021 14:27:37 +0800 Subject: [PATCH] update install and config doc --- README.md | 20 ++++++-------------- doc/zenbones.md | 10 +--------- 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 2a104f3..88f8286 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ diffs, search matches. Example installation using packer: ```lua -use "mcchrish/zenbones.nvim" - --- Optionally install Lush. Useful if you want to extend the theme --- e.g. create a statusline plugin theme using zenbones colors -use "rktjmp/lush.nvim" --- See Advanced Usage section for more details +use { + "mcchrish/zenbones.nvim", + -- Optionally install Lush. Allows for more configuration or extending the colorscheme + requires = "rktjmp/lush.nvim" + -- See Advanced Usage section for more details +} ``` ## Usage @@ -36,14 +36,6 @@ Just apply the colorscheme as usual: ```vim colorscheme zenbones " light colorscheme zenflesh " dark -``` - -If you want to make use of the lua version: - -```vim -" Requires `neovim` and `rktjmp/lush.nvim` installed -colorscheme zenbones-lush -colorscheme zenflesh-lush " https://neovim.io flavor colorscheme neobones diff --git a/doc/zenbones.md b/doc/zenbones.md index 95fc23e..9549a51 100644 --- a/doc/zenbones.md +++ b/doc/zenbones.md @@ -11,14 +11,6 @@ Just apply the colorscheme as usual: ```vim colorscheme zenbones " light colorscheme zenflesh " dark -``` - -If you want to make use of the lua version: - -```vim -" Requires `neovim` and `rktjmp/lush.nvim` installed -colorscheme zenbones-lush -colorscheme zenflesh-lush " https://neovim.io flavor colorscheme neobones @@ -31,7 +23,7 @@ or customizing the colors to your likings. ## Configuration -Configuration is only available for `zenbones-lush` and `zenflesh-lush`. +Configuration is only available for neovim. #### g:zenbones_lightness