Adds a picker for commits of forks. Enter the base repo url and it will get the commits and cache them. Uses Telescope. Can open the commit in a browser to view it or set as user defined action. Useful for looking at forks to avoid reimplementing feature requests or bugs fixes.
Lazy:
{"Universal-Invariant/NVIM-gh-fork-search.nvim", name = "gh-fork-search", },
setup:
require("gh-fork-search").setup({
cache_results = true,
fetch_details = false,
max_forks = 300,
total_commits = 300,
--on_commit_select = function() end -- Defaults to open default browser for commit
})