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
|
colored = true, -- Displays a colored diff status if set to true
|
||||||
diff_color = {
|
diff_color = {
|
||||||
-- Same color values as the general color option can be used here.
|
-- Same color values as the general color option can be used here.
|
||||||
added = 'DiffAdd', -- Changes the diff's added color
|
added = 'LuaLineDiffAdd', -- Changes the diff's added color
|
||||||
modified = 'DiffChange', -- Changes the diff's modified color
|
modified = 'LuaLineDiffChange', -- Changes the diff's modified color
|
||||||
removed = 'DiffDelete', -- Changes the diff's removed color you
|
removed = 'LuaLineDiffDelete', -- Changes the diff's removed color you
|
||||||
},
|
},
|
||||||
symbols = {added = '+', modified = '~', removed = '-'}, -- Changes the symbols used by the diff.
|
symbols = {added = '+', modified = '~', removed = '-'}, -- Changes the symbols used by the diff.
|
||||||
source = nil, -- A function that works as a data source for diff.
|
source = nil, -- A function that works as a data source for diff.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user