replace built in branch display with gitsigns

This commit is contained in:
2024-11-29 14:10:41 -05:00
parent 838510b6b7
commit 925590b26b
+5 -5
View File
@@ -90,10 +90,10 @@ return {
},
},
lualine_c = {
{
'branch',
cond = custom_components.min_window_width(180),
},
-- {
-- 'branch',
-- cond = custom_components.min_window_width(180),
-- },
{
'b:gitsigns_head',
icon = '',
@@ -165,4 +165,4 @@ return {
extensions = { 'nvim-tree', 'lazy', 'trouble', 'quickfix', 'fzf', 'mason' },
})
end,
}
}