auto generate docs

This commit is contained in:
mcchrish
2021-08-31 02:48:36 +00:00
committed by GitHub Actions
parent 547104cc10
commit 3ef47bb146

View File

@@ -1,4 +1,4 @@
*zenbones.txt* For NVIM v0.4.3 Last change: 2021 August 30 *zenbones.txt* For NVIM v0.4.3 Last change: 2021 August 31
============================================================================== ==============================================================================
Table of Contents *zenbones-table-of-contents* Table of Contents *zenbones-table-of-contents*
@@ -9,7 +9,7 @@ Table of Contents *zenbones-table-of-contents*
- Usage |zenbones-usage| - Usage |zenbones-usage|
- Configuration |zenbones-configuration| - Configuration |zenbones-configuration|
- Other plugins support |zenbones-other-plugins-support| - Other plugins support |zenbones-other-plugins-support|
- Advance Usage |zenbones-advance-usage| - Advanced Usage |zenbones-advanced-usage|
- Other implementations |zenbones-other-implementations| - Other implementations |zenbones-other-implementations|
- Inspirations |zenbones-inspirations| - Inspirations |zenbones-inspirations|
@@ -72,10 +72,11 @@ or customizing the colors to your likings.
CONFIGURATION *zenbones-configuration* CONFIGURATION *zenbones-configuration*
Configuration is only available for `zenbones-lush`.
*zenbones-g:zenbones_lightness* *zenbones-g:zenbones_lightness*
g:zenbones_lightness Change foreground colors lightness. Only g:zenbones_lightness Change foreground colors lightness.
available for `zenbones-lush`.
**'bright'** **'bright'**
@@ -93,6 +94,19 @@ src="https://user-images.githubusercontent.com/7200153/131272333-3fb67e68-fcd2-4
<img width="1080" alt="Dim lightness" <img width="1080" alt="Dim lightness"
src="https://user-images.githubusercontent.com/7200153/131272410-329636bb-fd8e-42fb-83aa-f436d211b5ed.png"> src="https://user-images.githubusercontent.com/7200153/131272410-329636bb-fd8e-42fb-83aa-f436d211b5ed.png">
*zenbones-g:zenbones_solid_vert_split*
g:zenbones_solid_vert_split Set to `v:true` to make vertical split
more visible with a dimmer background
highlight.
*zenbones-g:zenbones_dim_noncurrent_window*
g:zenbones_dim_noncurrent_window Set to `v:true` to make non-current
window dimmer than _Normal_.
OTHER PLUGINS SUPPORT *zenbones-other-plugins-support* OTHER PLUGINS SUPPORT *zenbones-other-plugins-support*
Aside from LSP and basic Tree-sitter support, there are only a few plugins that Aside from LSP and basic Tree-sitter support, there are only a few plugins that
@@ -110,7 +124,7 @@ plugins.
- Neogit <https://github.com/TimUntersberger/neogit> - Neogit <https://github.com/TimUntersberger/neogit>
ADVANCE USAGE *zenbones-advance-usage* ADVANCED USAGE *zenbones-advanced-usage*
Zenbones is pretty extensible thanks to Lush Zenbones is pretty extensible thanks to Lush
<https://github.com/rktjmp/lush.nvim>. You can easily retrieve the colors in <https://github.com/rktjmp/lush.nvim>. You can easily retrieve the colors in