aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/heirline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua
index f35f787..5b63a4d 100644
--- a/lua/plugins/heirline.lua
+++ b/lua/plugins/heirline.lua
@@ -310,7 +310,7 @@ local Git = {
provider = function(self)
local count = self.status_dict.changed or 0
--return count > 0 and ("~" .. count)
- return count > 0 and (' 柳' .. count)
+ return count > 0 and ('  ' .. count)
end,
--hl = { fg = "git_change" },
hl = { fg = colors.git.change, bg = colors.bg },