chore: autogen (vimdocs+formating)
This commit is contained in:
parent
afece9bbf9
commit
146f40d83c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue