-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try vim-url-opener #114
Comments
Could be nice for JIRA tickets like |
See: https://github.com/gfontenot/dotfiles/blob/master/vim/plugin/jira.vim Uses config like: let g:jira_root_domain = 'https://my.jira.domain/browse/'
let g:jira_patterns =
\ [ 'ABC-\d\+'
\ ] |
In order to do this but keep some JIRA information private, I'll do #101 first. |
It would take a lot of custom code to replicate the internals of quicklink.vim, so I think it's not worth it. (Though it'd be cool if quicklink exposed just the "find markdown link" functionality.) |
I'd love to help with this, fwiw. |
https://github.com/gfontenot/vim-url-opener
The text was updated successfully, but these errors were encountered: