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