mmktomato / open-backlog-issue.vim

Open Backlog issue from vim
MIT License
4 stars 0 forks source link

open-backlog-issue.vim

Open Backlog issue from vim.

Sample

Dependencies

Usage

Type :OpenBacklogIssue or gbx on Backlog's issue key.

Preferences

In your .vimrc,

let g:open_backlog_issue_prefix = 'https://YOUR_SPACE_KEY.backlog.com'

" Optional keymapping.
nmap gbx <Plug>(open-backlog-issue)

Install

Vim 8 package

git clone https://github.com/tyru/open-browser.vim.git /path/to/packpath/start/open-browser.vim
git clone https://github.com/mmktomato/open-backlog-issue.vim.git /path/to/packpath/start/open-backlog-issue.vim

vim-plug

In your .vimrc,

Plug 'tyru/open-browser.vim'
Plug 'mmktomato/open-backlog-issue.vim'

Then :PlugInstall.

Development

Unit test

Install thinca/vim-themis . Then run:

/path/to/vim-themis/bin/themis test/test.vimspec

Make sure all tests pass.

License

MIT