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:
Shadman 2021-09-16 20:27:33 +06:00 committed by GitHub
parent 2f801ed622
commit 16a23fb079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ ins_right {
ins_right {
'branch',
icon = '',
cond = conditions.check_git_workspace,
color = { fg = colors.violet, gui = 'bold' },
}