mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Add ssh://host[:port]/url pattern
This commit is contained in:
parent
12818a6cb4
commit
2525e3d374
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,8 @@ M.remote_patterns = {
|
|||
{ "^git@(.+):(.+)$" , "https://%1/%2" },
|
||||
{ "^git@(.+)/(.+)$" , "https://%1/%2" },
|
||||
{ "^ssh://git@(.*)$" , "https://%1" },
|
||||
{ "^ssh://([^:/]+)(:%d+)/(.*)$" , "https://%1/%3" },
|
||||
{ "^ssh://([^/]+)/(.*)$" , "https://%1/%2" },
|
||||
{ "ssh%.dev%.azure%.com/v3/(.*)/(.*)$", "dev.azure.com/%1/_git/%2" },
|
||||
{ "^https://%w*@(.*)" , "https://%1" },
|
||||
{ "^git@(.*)" , "https://%1" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue