local gs = require('gitsigns') gs.setup({ current_line_blame_opts = { delay = 0, }, on_attach = function(bufnr) -- Toggle blame hint with Ctrl+B vim.keymap.set('n', '', gs.toggle_current_line_blame) end })