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.
pull/1638/head
OdysseusOperator 4 months ago
parent bec391e04d
commit 3e168bd0d8

@ -94,7 +94,7 @@ return {
}, },
sections = { sections = {
lualine_a = { 'mode' }, lualine_a = { 'mode' },
lualine_b = { 'branch', 'diff', 'diagnostics' }, lualine_b = { 'branch', 'diagnostics' },
lualine_c = { 'filename' }, lualine_c = { 'filename' },
--lualine_x = { 'filetype', 'encoding' }, -- "fileformat", --lualine_x = { 'filetype', 'encoding' }, -- "fileformat",
--lualine_y = { "progress" }, --lualine_y = { "progress" },

Loading…
Cancel
Save