antik486 / vim-jira-complete

AutoComplete JIRA issues in Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-jira-complete

jira-complete is a Vim plugin that queries JIRA issues and make a AutoComplete list for you.

This will be helpful if you are using Jira with DVCS smart commits and Fugitive.vim

Demo

demo

How to use

<F5> in insert mode.

Installation

If you are using Vundle,

Plugin 'mnpk/vim-jira-complete'

or

cd ~/.vim/bundle
git clone git://github.com/mnpk/vim-jira-complete.git

Dependency

python support and requests package.

pip install requests

Settings

in your .vimrc,

let g:jiracomplete_url = 'http://your.jira.url/here/'
let g:jiracomplete_username = 'your_jira_username'

About

AutoComplete JIRA issues in Vim