return { { "lewis6991/gitsigns.nvim", config = function() require("gitsigns").setup({ signs = { add = { text = "+" }, change = { text = "~" }, delete = { text = "_" }, topdelete = { text = "‾" }, changedelete = { text = "~" }, }, numhl = false, linehl = false, watch_gitdir = { interval = 1000 }, -- auto-refresh attach_to_untracked = true, }) end, }, }