Linny wiki tag plugin for Jira-tickets shortcuts. This pluginadds wikitags to Linny.
With vim-plug:
Plug 'linden-project/linny-wikitag-jira'
" Uncomment if your Jira instance has it's own subdomain...
" be sure to add a trailing slash
" g:linny_wikitag_jira_baseurl = "https://myorganization.atlassian.com/browse/"
With lazy in Neovim:
{
"linden-project/linny-wikitag-jira",
dependencies = {
"linden-project/linny.vim",
},
config = function()
-- Uncomment if your Jira instance has it's own subdomain...
-- be sure to add a trailing slash
-- vim.g.linny_wikitag_jira_baseurl = "https://myorganization.atlassian.com/browse/"
end
}
Create wikitags like this: [[JIRA MYPROJ-113]]
. Clicking enter
opens https://jira.atlassian.com/browse/MYPROJ-113
.