From 161d04fd67bc68e8a695242140f19f6aebbbc0f2 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 4 Jan 2024 10:03:46 +0100 Subject: up --- .config/nvim/after/plugin/gitsigns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/after/plugin') diff --git a/.config/nvim/after/plugin/gitsigns.lua b/.config/nvim/after/plugin/gitsigns.lua index d3f83f0..8070d1a 100644 --- a/.config/nvim/after/plugin/gitsigns.lua +++ b/.config/nvim/after/plugin/gitsigns.lua @@ -1,7 +1,7 @@ require('gitsigns').setup { signs = { add = { text = '│' }, - change = { text = '│' }, + change = { text = '┆' }, delete = { text = '_' }, topdelete = { text = '‾' }, changedelete = { text = '~' }, -- cgit v1.2.3