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.
This commit is contained in:
OdysseusOperator 2025-03-28 13:12:38 +01:00
parent bec391e04d
commit 3e168bd0d8
1 changed files with 1 additions and 1 deletions

View File

@ -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" },