From 3d262d028d63ac320b0a1eebe3fe3d80049ed8cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 09:51:44 +0600 Subject: [PATCH] chore: generated vimdoc (#405) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- doc/lualine.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/lualine.txt b/doc/lualine.txt index 48e90dc..411efb5 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -473,6 +473,24 @@ will be. < + *lualine-fileformat-component-options* + +> + sections = { + lualine_a = { + { + 'fileformat', + symbols = { + unix = '', -- e712 + dos = '', -- e70f + mac = '', -- e711 + } + } + } + } +< + + *lualine-filename-component-options* >