Update lualine config.

This commit is contained in:
Henry Denny 2024-02-29 12:19:47 +00:00
parent 3f4a6cd6e7
commit 56b5bacf99
1 changed files with 3 additions and 2 deletions

View File

@ -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' } }
},
}
}