Awesome
unite-bibtex
a BibTeX source for unite.vim
Requirements
Usage
- Install pybtex
sudo easy_install pybtex
- Install unite.vim
- Install this plugin
- Set variable
let g:unite_bibtex_bib_files=["/path/to/your/bib/file/library.bib"]
:Unite bibtex
in vim
Troubleshooting
You can correct your .bib file with pybtex-convert
:
pybtex-convert /path/to/your.bib out.bib
If you meet an import error of pybtex, please confirm your pybtex is installed into your system. Python interpreter of vim usually uses system site-package, so you should install pybtex into your system directory.