Fix branch disapearing in evil_lualine
Whether file is in git workspace is checked by the branch component and that check handles more edge cases so no need for cond in branch. closes #54
This commit is contained in:
parent
2f801ed622
commit
16a23fb079
|
@ -193,7 +193,6 @@ ins_right {
|
||||||
ins_right {
|
ins_right {
|
||||||
'branch',
|
'branch',
|
||||||
icon = '',
|
icon = '',
|
||||||
cond = conditions.check_git_workspace,
|
|
||||||
color = { fg = colors.violet, gui = 'bold' },
|
color = { fg = colors.violet, gui = 'bold' },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue