dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Try vim-url-opener

Open gabebw opened this issue 6 years ago • 5 comments

https://github.com/gfontenot/vim-url-opener

gabebw avatar Apr 28 '18 20:04 gabebw

Could be nice for JIRA tickets like ABC-1234.

gabebw avatar Apr 28 '18 20:04 gabebw

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\+'
      \ ]

gfontenot avatar Apr 29 '18 02:04 gfontenot

In order to do this but keep some JIRA information private, I'll do #101 first.

gabebw avatar Apr 29 '18 16:04 gabebw

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.)

gabebw avatar May 06 '18 20:05 gabebw

I'd love to help with this, fwiw.

gfontenot avatar May 07 '18 14:05 gfontenot