From d0714ea011fe2956d04300746f87231a02df700b Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sat, 1 Jun 2024 13:08:59 +0200 Subject: [PATCH] configure lualine separators --- lua/custom/plugins/lualine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/lualine.lua b/lua/custom/plugins/lualine.lua index 56f70e2..59c98e6 100644 --- a/lua/custom/plugins/lualine.lua +++ b/lua/custom/plugins/lualine.lua @@ -6,8 +6,8 @@ return { options = { icons_enabled = vim.g.have_nerd_font, theme = 'catppuccin', - component_separators = '|', - section_separators = ' ', + section_separators = { left = '', right = '' }, + component_separators = { left = '', right = '' }, }, }, }