aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.config/nvim/lua/plugins/gitsigns.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/.config/nvim/lua/plugins/gitsigns.lua b/nvim/.config/nvim/lua/plugins/gitsigns.lua
index de232aa..3d42309 100644
--- a/nvim/.config/nvim/lua/plugins/gitsigns.lua
+++ b/nvim/.config/nvim/lua/plugins/gitsigns.lua
@@ -7,8 +7,8 @@ local M = {
signs = {
add = { text = "▎" },
change = { text = "▎" },
- delete = { text = "契" },
- topdelete = { text = "契" },
+ delete = { text = "󰐊" },
+ topdelete = { text = "󰐊" },
changedelete = { text = "▎" },
},
preview_config = { border = "single" },