From 16a23fb079e3aa8badaf2184004e6b299e7ffde9 Mon Sep 17 00:00:00 2001 From: Shadman <13149513+shadmansaleh@users.noreply.github.com> Date: Thu, 16 Sep 2021 20:27:33 +0600 Subject: [PATCH] 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 --- examples/evil_lualine.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/evil_lualine.lua b/examples/evil_lualine.lua index 4c8c452..d618dc9 100644 --- a/examples/evil_lualine.lua +++ b/examples/evil_lualine.lua @@ -193,7 +193,6 @@ ins_right { ins_right { 'branch', icon = '', - cond = conditions.check_git_workspace, color = { fg = colors.violet, gui = 'bold' }, }