citation.vim icon indicating copy to clipboard operation
citation.vim copied to clipboard

Zotero and bibtex citations for Vim

Results 4 citation.vim issues
Sort by recently updated
recently updated
newest added

Hi, I'm using a lot citation.vim to open the articles (the actual pdf files). Following the readme I'm using ``` nnoremap [unite]co :Unite -input= -default-action=start -force-immediately citation/file ``` It works...

This pull requests add a denite source to citation.vim. This pull request will start out with porting the unite source's logic to denite python source. Then testing of the denite...

Add support for [denite.nvim](https://github.com/Shougo/denite.nvim) which supersedes `unite.vim`. I am looking at how `denite.nvim` works and see if I can do a pull request. However since `citation.vim` is a source for...

Perhaps this is unintended usage? But when I call `:Unite citation` instead of (e.g.) `:Unite citation/key`, so as to choose one option from the menu, I observe some odd behavior:...