replace built in branch display with gitsigns
This commit is contained in:
@@ -90,10 +90,10 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
{
|
-- {
|
||||||
'branch',
|
-- 'branch',
|
||||||
cond = custom_components.min_window_width(180),
|
-- cond = custom_components.min_window_width(180),
|
||||||
},
|
-- },
|
||||||
{
|
{
|
||||||
'b:gitsigns_head',
|
'b:gitsigns_head',
|
||||||
icon = '',
|
icon = '',
|
||||||
@@ -165,4 +165,4 @@ return {
|
|||||||
extensions = { 'nvim-tree', 'lazy', 'trouble', 'quickfix', 'fzf', 'mason' },
|
extensions = { 'nvim-tree', 'lazy', 'trouble', 'quickfix', 'fzf', 'mason' },
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user