chore: autogen (vimdocs+formating)

This commit is contained in:
shadmansaleh 2023-08-03 07:01:45 +00:00 committed by github-actions[bot]
parent afece9bbf9
commit 146f40d83c
1 changed files with 3 additions and 3 deletions

View File

@ -606,9 +606,9 @@ Component specific options These are options that are available on
colored = true, -- Displays a colored diff status if set to true
diff_color = {
-- Same color values as the general color option can be used here.
added = 'DiffAdd', -- Changes the diff's added color
modified = 'DiffChange', -- Changes the diff's modified color
removed = 'DiffDelete', -- Changes the diff's removed color you
added = 'LuaLineDiffAdd', -- Changes the diff's added color
modified = 'LuaLineDiffChange', -- Changes the diff's modified color
removed = 'LuaLineDiffDelete', -- Changes the diff's removed color you
},
symbols = {added = '+', modified = '~', removed = '-'}, -- Changes the symbols used by the diff.
source = nil, -- A function that works as a data source for diff.