Fix example buffers configuration (#505)
This commit is contained in:
parent
3a17c8f05a
commit
e767536d7b
|
@ -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
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue