mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-12 14:12:20 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue