doc: fix default config missing comma
This commit is contained in:
parent
483af24670
commit
ef063f72b4
|
@ -122,7 +122,7 @@ require'lualine'.setup {
|
|||
theme = 'auto',
|
||||
component_separators = { left = '', right = ''},
|
||||
section_separators = { left = '', right = ''},
|
||||
disabled_filetypes = {}
|
||||
disabled_filetypes = {},
|
||||
always_divide_middle = true,
|
||||
},
|
||||
sections = {
|
||||
|
|
|
@ -105,7 +105,7 @@ Default config
|
|||
theme = 'auto',
|
||||
component_separators = { left = '', right = ''},
|
||||
section_separators = { left = '', right = ''},
|
||||
disabled_filetypes = {}
|
||||
disabled_filetypes = {},
|
||||
always_divide_middle = true,
|
||||
},
|
||||
sections = {
|
||||
|
|
Loading…
Reference in New Issue