From f80d5adb415812484c1b86692846feb3a8ce7e46 Mon Sep 17 00:00:00 2001 From: hoob3rt Date: Fri, 19 Mar 2021 03:53:59 +0100 Subject: [PATCH] docs: fix lualine.txt separator disable snippet --- doc/lualine.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lualine.txt b/doc/lualine.txt index c4d85a8..a943112 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -125,8 +125,8 @@ easily change yours to something else like below. or disable it > - lualine.section_separators = nil - lualine.component_separators = nil + lualine.section_separators = '' + lualine.component_separators = '' < CHANGING COMPONENTS IN LUALINE SECTIONS *lualine_changing_components*