Access Pivotal stories in Vim!
This plugin requires webapi-vim and fzf.vim, FZF is used for showing current iteration stories in FZF window
Using vim-plug:
Plug 'deepredsky/vim-pivotal'
This plugin requires pivotal project id and auth token to be configured.
let g:project_id = 12345
let g:pivotal_auth_token = 'xxooxxooxxooxx'
These values can also be set with environment variables via PIVOTAL_PROJECT_ID
and PIVOTAL_AUTH_TOKEN
" Get a pivotal story by ID
:Pivotal 123456
" Fuzzy find pivotal stories in current iteration
:PivotalIteration
" Go to a story in Pivotal webpage ( in pivotal buffer )
:PivotalOpen
MIT