diff --git a/lua/custom/plugins/theme.lua b/lua/custom/plugins/theme.lua index bbf7f54f..1699e073 100644 --- a/lua/custom/plugins/theme.lua +++ b/lua/custom/plugins/theme.lua @@ -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' } } }, } }