Update lualine config.
This commit is contained in:
parent
3f4a6cd6e7
commit
56b5bacf99
|
@ -15,9 +15,10 @@ return {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
theme = 'auto',
|
theme = 'auto',
|
||||||
-- component_separators = '|',
|
component_separators = { left = '', right = '' },
|
||||||
-- section_separators = '',
|
section_separators = { left = '', right = '' },
|
||||||
},
|
},
|
||||||
|
sections = { lualine_x = { 'filetype', 'tabnine' } }
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue