Home

Awesome

unite-bibtex

a BibTeX source for unite.vim

Requirements

Usage

  1. Install pybtex sudo easy_install pybtex
  2. Install unite.vim
  3. Install this plugin
  4. Set variable let g:unite_bibtex_bib_files=["/path/to/your/bib/file/library.bib"]
  5. :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.