From e767536d7b205a61aa5a89004b5cb78c0d6a8dd1 Mon Sep 17 00:00:00 2001 From: Andreas Bissinger Date: Wed, 22 Dec 2021 15:55:42 +0100 Subject: [PATCH] Fix example buffers configuration (#505) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33e271e..f7b3678 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ sections = { }, -- shows specific buffer name for that filetype ( { `filetype` = `buffer_name`, ... } ) buffers_color = { -- Same values like general color option can be used here. - active = 'lualine_{section}_normal', color for active buffer + active = 'lualine_{section}_normal', -- color for active buffer inactive = 'lualine_{section}_inactive', -- color for inactive buffer }, }