From 56b5bacf99adfe659d743c4d7bead72995ab4f75 Mon Sep 17 00:00:00 2001 From: Henry Denny Date: Thu, 29 Feb 2024 12:19:47 +0000 Subject: [PATCH] Update lualine config. --- lua/custom/plugins/theme.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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' } } }, } }