Fix example buffers configuration (#505)

This commit is contained in:
Andreas Bissinger 2021-12-22 15:55:42 +01:00 committed by GitHub
parent 3a17c8f05a
commit e767536d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ sections = {
}, -- shows specific buffer name for that filetype ( { `filetype` = `buffer_name`, ... } ) }, -- shows specific buffer name for that filetype ( { `filetype` = `buffer_name`, ... } )
buffers_color = { buffers_color = {
-- Same values like general color option can be used here. -- 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 inactive = 'lualine_{section}_inactive', -- color for inactive buffer
}, },
} }