From 5026eeff8b306136b056b83ed94168a0e11d69e0 Mon Sep 17 00:00:00 2001 From: hoob3rt Date: Sat, 20 Feb 2021 05:03:15 +0100 Subject: [PATCH] docs: fixed wrong config example in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 49b9616..559fba4 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,15 @@ Lualine defines two kinds of seperators. One is for sections and other is for co They require powerline patched fonts. But you can easily change yours to something else like below ```lua -lualine.section_separators = {'', ''} -lualine.component_separators = {'', ''} +lualine.options.section_separators = {'', ''} +lualine.options.component_separators = {'', ''} ``` or disable it ```lua -lualine.section_separators = nil -lualine.component_separators = nil +lualine.options.section_separators = nil +lualine.options.component_separators = nil ``` ### Changing components in lualine sections @@ -228,7 +228,7 @@ full_path | false | Displays relative path if set to `true`, absolute path if se shorten | true | if `full_path` is true and `shorten` is `false` it shortens absolute path `aaa/bbb/ccc/file` to `a/b/c/file` * `signify` component options - + Option | Default | Behaviour :------: | :------: | :----: colored | true | displays signify status in color if set to `true`