auto generate docs

This commit is contained in:
mcchrish
2021-09-10 08:53:17 +00:00
committed by GitHub Actions
parent 0031e4f74d
commit 898e88d9b1

View File

@@ -1,4 +1,4 @@
*zenbones.txt* For NVIM v0.4.3 Last change: 2021 September 08 *zenbones.txt* For NVIM v0.4.3 Last change: 2021 September 10
============================================================================== ==============================================================================
Table of Contents *zenbones-table-of-contents* Table of Contents *zenbones-table-of-contents*
@@ -26,7 +26,8 @@ Primarily built for neovim but it works pretty well with vim. However here are
some requirements to take full advantage of the colorscheme: some requirements to take full advantage of the colorscheme:
- 24-bit RGB colors (neovim or vim compiled with +termguicolors) - 24-bit RGB colors (neovim or vim compiled with +termguicolors) i.e.
`set termguicolors`
- Font with bold and italic - Font with bold and italic
- Terminal or GUI with bold and italic support - Terminal or GUI with bold and italic support
@@ -50,7 +51,6 @@ USAGE *zenbones-usage*
Just apply the colorscheme as usual: Just apply the colorscheme as usual:
> >
set termguicolors
colorscheme zenbones colorscheme zenbones
< <
@@ -59,7 +59,6 @@ If you want to make use of the lua version:
> >
" has('nvim') only " has('nvim') only
set termguicolors
colorscheme zenbones-lush colorscheme zenbones-lush
< <
@@ -141,6 +140,7 @@ currently supported.
- CoC <https://github.com/neoclide/coc.nvim> - CoC <https://github.com/neoclide/coc.nvim>
- Neogit <https://github.com/TimUntersberger/neogit> - Neogit <https://github.com/TimUntersberger/neogit>
- WhichKey <https://github.com/folke/which-key.nvim> - WhichKey <https://github.com/folke/which-key.nvim>
- Trouble <https://github.com/folke/trouble.nvim>
OTHER IMPLEMENTATIONS *zenbones-other-implementations* OTHER IMPLEMENTATIONS *zenbones-other-implementations*