From 3e168bd0d8d38f179c6f46cbd92619d6f226a627 Mon Sep 17 00:00:00 2001 From: OdysseusOperator Date: Fri, 28 Mar 2025 13:12:38 +0100 Subject: [PATCH] fix(plugins): remove 'diff' from lualine_b section This change streamlines the lualine configuration by omitting the 'diff' component from the lualine_b section, enhancing clarity and focus on essential information displayed. --- lua/custom/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 65775110..83de0aac 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -94,7 +94,7 @@ return { }, sections = { lualine_a = { 'mode' }, - lualine_b = { 'branch', 'diff', 'diagnostics' }, + lualine_b = { 'branch', 'diagnostics' }, lualine_c = { 'filename' }, --lualine_x = { 'filetype', 'encoding' }, -- "fileformat", --lualine_y = { "progress" },