Skip to content

Commit 39baf36

Browse files
committed
chore
1 parent f0bb016 commit 39baf36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/gitlinker/git.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ end
363363
local _run_select = async.wrap(function(remotes, callback)
364364
vim.ui.select(remotes, {
365365
prompt = "Detect multiple git remotes:",
366+
format_item = function(item)
367+
return item
368+
end,
366369
}, function(choice)
367370
callback(choice)
368371
end)

0 commit comments

Comments
 (0)