From cf4b3e253bb3d1f0b0977eed07d9185ecfab79d4 Mon Sep 17 00:00:00 2001 From: Roel de Cort Date: Thu, 16 May 2024 01:19:13 +0200 Subject: [PATCH] update gitsings --- config/plugins/git/gitsigns.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/plugins/git/gitsigns.nix b/config/plugins/git/gitsigns.nix index 0133ac3..f66cffe 100644 --- a/config/plugins/git/gitsigns.nix +++ b/config/plugins/git/gitsigns.nix @@ -4,22 +4,22 @@ _: { settings = { signs = { add = { - text = "▎"; + text = " "; }; change = { - text = "▎"; + text = " "; }; delete = { - text = ""; - }; - topdelete = { - text = ""; - }; - changedelete = { - text = "▎"; + text = " "; }; untracked = { - text = "▎"; + text = ""; + }; + topdelete = { + text = "󱂥 "; + }; + changedelete = { + text = "󱂧 "; }; }; };