diff --git a/doc/zenbones.txt b/doc/zenbones.txt index 956be35..48284ca 100644 --- a/doc/zenbones.txt +++ b/doc/zenbones.txt @@ -1,4 +1,4 @@ -*zenbones.txt* For NVIM v0.4.3 Last change: 2021 September 10 +*zenbones.txt* For NVIM v0.4.3 Last change: 2021 September 12 ============================================================================== Table of Contents *zenbones-table-of-contents* @@ -58,7 +58,7 @@ Just apply the colorscheme as usual: If you want to make use of the lua version: > - " has('nvim') only + " Requires `neovim` and `rktjmp/lush.nvim` installed colorscheme zenbones-lush < @@ -105,9 +105,8 @@ g:zenbones_dim_noncurrent_window Set to `v:true` to make non-current ADVANCED USAGE *zenbones-advanced-usage* -Zenbones is pretty extensible thanks to Lush -. You can easily retrieve the colors in -lua: +Zenbones is pretty extensible thanks to Lush. You can easily retrieve the +colors in lua: > local theme = require "zenbones" @@ -119,7 +118,7 @@ lua: See also Lush’s documentation - for the complete options. + for more options. OTHER PLUGINS SUPPORT *zenbones-other-plugins-support*