From d9d90dfeb18ac4fd4ea14f4a0c71e68ad96d934b Mon Sep 17 00:00:00 2001 From: mcchrish Date: Sun, 5 Sep 2021 00:19:48 +0000 Subject: [PATCH] auto generate docs --- doc/zenbones.txt | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/doc/zenbones.txt b/doc/zenbones.txt index d15afb9..2940ee6 100644 --- a/doc/zenbones.txt +++ b/doc/zenbones.txt @@ -8,8 +8,8 @@ Table of Contents *zenbones-table-of-contents* - Installation |zenbones-installation| - Usage |zenbones-usage| - Configuration |zenbones-configuration| - - Other plugins support |zenbones-other-plugins-support| - Advanced Usage |zenbones-advanced-usage| + - Other plugins support |zenbones-other-plugins-support| - Other implementations |zenbones-other-implementations| - Inspirations |zenbones-inspirations| @@ -103,9 +103,22 @@ g:zenbones_solid_vert_split Set to `v:true` to make vertical split *zenbones-g:zenbones_dim_noncurrent_window* -g:zenbones_dim_noncurrent_window Set to `v:true` to make non-current - window background dimmer than _Normal_. +ADVANCED USAGE *zenbones-advanced-usage* +Zenbones is pretty extensible thanks to Lush +. You can easily retrieve the colors in +lua: + +> + local theme = require "zenbones" + local colors = require "zenbones.colors" + + print(theme.StatusLine.bg.hex) + print(sand.darken(20).hex) +< + + +Set to `v:true` to make non-current window background dimmer than _Normal_. OTHER PLUGINS SUPPORT *zenbones-other-plugins-support* @@ -124,21 +137,6 @@ currently supported. - Neogit -ADVANCED USAGE *zenbones-advanced-usage* - -Zenbones is pretty extensible thanks to Lush -. You can easily retrieve the colors in -lua: - -> - local theme = require "zenbones" - local colors = require "zenbones.colors" - - print(theme.StatusLine.bg.hex) - print(sand.darken(20).hex) -< - - See also Lush’s documentation for the complete options.