summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/gitsigns.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/after/plugin/gitsigns.lua2
1 files changed, 1 insertions, 1 deletions
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 = '~' },