From 98b9c05b0630cf8cb52cfd546126e8f0ae34d347 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Nov 2021 11:06:07 +0600 Subject: [PATCH] chore: generated vimdoc (#441) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- doc/lualine.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lualine.txt b/doc/lualine.txt index 106fdf7..b780fb9 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -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 }