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: Example installation using packer:
```lua ```lua
use "mcchrish/zenbones.nvim" use {
"mcchrish/zenbones.nvim",
-- Optionally install Lush. Useful if you want to extend the theme -- Optionally install Lush. Allows for more configuration or extending the colorscheme
-- e.g. create a statusline plugin theme using zenbones colors requires = "rktjmp/lush.nvim"
use "rktjmp/lush.nvim" -- See Advanced Usage section for more details
-- See Advanced Usage section for more details }
``` ```
## Usage ## Usage
@@ -36,14 +36,6 @@ Just apply the colorscheme as usual:
```vim ```vim
colorscheme zenbones " light colorscheme zenbones " light
colorscheme zenflesh " dark 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 " https://neovim.io flavor
colorscheme neobones colorscheme neobones

View File

@@ -11,14 +11,6 @@ Just apply the colorscheme as usual:
```vim ```vim
colorscheme zenbones " light colorscheme zenbones " light
colorscheme zenflesh " dark 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 " https://neovim.io flavor
colorscheme neobones colorscheme neobones
@@ -31,7 +23,7 @@ or customizing the colors to your likings.
## Configuration ## Configuration
Configuration is only available for `zenbones-lush` and `zenflesh-lush`. Configuration is only available for neovim.
#### g:zenbones_lightness #### g:zenbones_lightness