changes to lualine

This commit is contained in:
Harivansh Rathi 2026-02-28 00:08:09 -05:00
parent dcc452e395
commit 02aeb7dd24
3 changed files with 41 additions and 47 deletions

View file

@ -23,15 +23,15 @@ return {
theme = 'gruvbox',
icons_enabled = false,
component_separators = '',
section_separators = '',
section_separators = { left = '', right = '' },
},
sections = {
lualine_a = { 'mode' },
lualine_b = { 'branch', 'diff' },
lualine_b = { 'FugitiveHead', 'diff' },
lualine_c = { { 'filename', path = 1 } },
lualine_x = { 'diagnostics' },
lualine_y = { 'filetype' },
lualine_z = { 'location' },
lualine_z = { 'progress' },
},
},
},