lua << EOF require("gitsigns").setup { signcolumn = false, current_line_blame = true, current_line_blame_opts = { virt_text = true, virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align' delay = 500, } } EOF " Remap to toggle gitsigns as linehl nnoremap sg :Gitsigns toggle_linehl " Open Gitabra nnoremap gg :G nnoremap gs :Gitsigns stage_hunk nnoremap gu :Gitsigns undo_stage_hunk nnoremap gc :!git commit