update install and config doc

This commit is contained in:
Michael Chris Lopez
2021-10-10 14:27:37 +08:00
parent 3cea84b000
commit 360da2b38e
2 changed files with 7 additions and 23 deletions

View File

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