This commit is contained in:
markus.dieckmann
2025-05-21 10:56:34 +02:00
parent 140f7483e1
commit ade185ece7
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,12 @@
return {
"lewis6991/gitsigns.nvim",
opts = {
signs = {
add = { text = "+" },
change = { text = "~" },
delete = { text = "_" },
topdelete = { text = "" },
changedelete = { text = "~" },
},
},
}