chore: generated vimdoc (#441)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0118156197
commit
98b9c05b06
|
@ -460,8 +460,8 @@ Component specific options These are options that are available on
|
|||
warn = 'DiagnosticWarn', -- changes diagnostic's warn color
|
||||
info = 'DiagnosticInfo', -- Changes diagnostic's info color
|
||||
hint = 'DiagnosticHint', -- Changes diagnostic's hint color
|
||||
}
|
||||
symbols = {error = 'E', warn = 'W', info = 'I', hint = 'H'}
|
||||
},
|
||||
symbols = {error = 'E', warn = 'W', info = 'I', hint = 'H'},
|
||||
colored = true, -- displays diagnostics status in color if set to true
|
||||
update_in_insert = false, -- Update diagnostics in insert mode
|
||||
always_visible = false, -- Show diagnostics even if count is 0, boolean or function returning boolean
|
||||
|
@ -485,8 +485,8 @@ Component specific options These are options that are available on
|
|||
added = 'DiffAdd', -- changes diff's added color
|
||||
modified = 'DiffChange', -- changes diff's modified color
|
||||
removed = 'DiffDelete', -- changes diff's removed color you
|
||||
}
|
||||
symbols = {added = '+', modified = '~', removed = '-'} -- changes diff symbols
|
||||
},
|
||||
symbols = {added = '+', modified = '~', removed = '-'}, -- changes diff symbols
|
||||
source = nil, -- A function that works as a data source for diff.
|
||||
-- it must return a table like
|
||||
-- {added = add_count, modified = modified_count, removed = removed_count }
|
||||
|
|
Loading…
Reference in New Issue