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:
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…
Reference in New Issue