Skip to content

Commit b1dfca2

Browse files
committed
feat(git): update changedelete symbol
1 parent 6faffff commit b1dfca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kickstart/plugins/gitsigns.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ return {
1111
change = { text = '~' },
1212
delete = { text = '_' },
1313
topdelete = { text = '' },
14-
changedelete = { text = '~' },
14+
changedelete = { text = '' },
1515
},
1616
on_attach = function(bufnr)
1717
local gitsigns = require 'gitsigns'

0 commit comments

Comments
 (0)