Closed ghostbuster91 closed 1 year ago
because gitsigns was not enabled for visual mode.
The fix:
map({ 'n', 'v' }, ']c', function()
if vim.wo.diff then return ']c' end
vim.schedule(function() nngs.next_hunk({ wrap = false }) end)
return '<Ignore>'
end, { expr = true })
right now combination of
v + ]c
does nothing.