Adding custom remote patterns to gitbrowse without overriding default ones #525
Replies: 1 comment
-
Filed #658 for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there ! How do I append custom patterns to
remote_patterns
without overriding the default ones? So if I update my config like below, it removes the default patterns andSnacks.gitbrowse.open()
no longer opens the url to standard remote url patterns.I am not sure if it can be a function accepting the existing patterns as input and then appending to it; I could not see any type annotation in the code for this field.
Also not sure why the above custom regex pattern is not working for me when I do
Snacks.gitbrowse.open()
. The regex substitution seems to be working fine in the lua replBeta Was this translation helpful? Give feedback.
All reactions