return {
"lewis6991/gitsigns.nvim",
key = {},
opts = {
current_line_blame = true,
current_line_blame_opts = {delay = 100},
on_attach = function(bufnr)
end
},
}