chore(doc): auto generate docs

This commit is contained in:
github-actions[bot] 2024-09-19 13:32:32 +00:00
parent 5c9c2a45b4
commit 01d8c0afe1

View file

@ -1,4 +1,4 @@
*solarized.nvim.txt* For NVIM v0.9.4 Last change: 2024 September 18
*solarized.nvim.txt* For NVIM v0.9.4 Last change: 2024 September 19
==============================================================================
Table of Contents *solarized.nvim-table-of-contents*
@ -297,6 +297,14 @@ The `styles` config allows you to customize the style of a highlight group.
})
<
You can also disable all highlight group styles.
>lua
require('solarized').setup({
styles = { enabled = false } },
})
<
CONFIG HIGHLIGHTS *solarized.nvim-config-highlights*