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* >