fix(config): remove useless config option

This commit is contained in:
Barrett Ruth 2026-02-02 18:05:31 -05:00
parent 52bc53e4b5
commit f865c894a5
2 changed files with 1 additions and 28 deletions

View file

@ -70,10 +70,6 @@ CONFIGURATION *fugitive-ts-config*
Vim syntax highlighting options (experimental).
See |fugitive-ts.VimConfig| for fields.
{diffsplit} (table, default: see below)
Diffsplit highlighting options.
See |fugitive-ts.DiffsplitConfig| for fields.
{highlights} (table, default: see below)
Controls which highlight features are enabled.
See |fugitive-ts.Highlights| for fields.
@ -102,15 +98,6 @@ CONFIGURATION *fugitive-ts-config*
this many lines. Lower than the treesitter default
due to the per-character cost of |synID()|.
*fugitive-ts.DiffsplitConfig*
Diffsplit config fields: ~
{enabled} (boolean, default: true)
Override diff highlight foreground colors in
|:Gdiffsplit| and |:Gvdiffsplit| windows so
treesitter syntax is visible through the diff
backgrounds. Uses window-local 'winhighlight'
and only applies to fugitive-owned buffers.
*fugitive-ts.Highlights*
Highlights table fields: ~
{background} (boolean, default: true)