return { "trevorhauter/gitportal.nvim", opts = { always_include_current_line = true, switch_branch_or_commit_upon_ingestion = "ask_first", }, keys = { { "gll", "GitPortal", desc = "Browse file at git remote", }, { "gly", "GitPortal copy_link_to_clipboard", desc = "Yank git link to clipboard", }, { "glo", "GitPortal open_link", desc = "Browse file at git remote", }, }, }