update install and config doc
This commit is contained in:
20
README.md
20
README.md
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user