From 2acf63de780756dc264eac2badbf04b8ca7dae5b Mon Sep 17 00:00:00 2001 From: mcchrish Date: Sun, 12 Sep 2021 06:41:36 +0000 Subject: [PATCH] auto generate docs --- doc/zenbones.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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*