From 27138db37b03662b307de95fc7f0a80bf2460f24 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Mon, 2 Dec 2024 13:10:21 -0500 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8improve=20section=20appear?= =?UTF-8?q?ance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/lualine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua index 37d1115..6230487 100644 --- a/.config/nvim/lua/plugins/lualine.lua +++ b/.config/nvim/lua/plugins/lualine.lua @@ -58,8 +58,8 @@ return { options = { icons_enabled = true, theme = 'onenord', - component_separators = { left = '', right = '' }, - section_separators = { left = '', right = '' }, + component_separators = { left = '', right = '' }, -- old separators:    + section_separators = { left = '', right = '' }, -- old separators:   disabled_filetypes = { statusline = { 'alpha', 'dashboard', 'Outline', 'NvimTree' }, winbar = {},