From 9db1a38357f8c3d240eef449f0ddd4e7656e253b Mon Sep 17 00:00:00 2001 From: hoob3rt Date: Fri, 19 Mar 2021 03:52:13 +0100 Subject: [PATCH] docs: fixed separator disable snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c496e65..0c81c02 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ options = { or disable it ```lua -options = {section_separators = nil, component_separators = nil} +options = {section_separators = '', component_separators = ''} ``` ### Changing components in lualine sections