mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
chore(doc): auto generate docs
This commit is contained in:
parent
5c9c2a45b4
commit
01d8c0afe1
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue