https://github.com/termoshtt/unite-bibtex
a BibTeX source for unite.vim
https://github.com/termoshtt/unite-bibtex
Last synced: about 1 year ago
JSON representation
a BibTeX source for unite.vim
- Host: GitHub
- URL: https://github.com/termoshtt/unite-bibtex
- Owner: termoshtt
- License: mit
- Created: 2013-08-22T06:05:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T11:19:35.000Z (about 10 years ago)
- Last Synced: 2025-01-07T16:26:55.662Z (about 1 year ago)
- Language: VimL
- Size: 12.7 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
unite-bibtex
============
a BibTeX source for unite.vim
### Requirements
- [unite.vim](https://github.com/Shougo/unite.vim)
- [pybtex](http://pypi.python.org/pypi/pybtex): A BibTeX-compatible bibliography processor in Python
### Usage
1. Install [pybtex](http://pypi.python.org/pypi/pybtex) `sudo easy_install pybtex`
1. Install [unite.vim](https://github.com/Shougo/unite.vim)
1. Install this plugin
1. Set variable `let g:unite_bibtex_bib_files=["/path/to/your/bib/file/library.bib"]`
1. `: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.