diff options
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/gitsigns.lua | 2 |
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 = '~' }, |