This commit is contained in:
Harivansh Rathi 2025-11-13 12:53:52 -05:00
parent 142d73beb8
commit 3a46ece7b6

View file

@ -4,12 +4,12 @@ return {
config = function()
require("gitsigns").setup({
signs = {
add = { text = "" },
change = { text = "" },
add = { text = "" },
change = { text = "" },
delete = { text = "" },
topdelete = { text = "" },
changedelete = { text = "" },
untracked = { text = "" },
changedelete = { text = "" },
untracked = { text = "" },
},
-- Show colors on line numbers
numhl = true,