A neovim plugin to export bibtex citations to pandoc citation keys.
Installation can be done via your favorite plugin manager. For vim-plug:
- Add
Plug 'nils-degroot/citatie'
to yourinit.vim
- Run
PlugInstall
citatie_bib_files
: A list of bib files to read
let g:citatie_bib_files = [
\ "/home/user/bibliography.bibtex"
\ "/home/user/another-bibliography.bibtex"
\]
Citatie
- Gives you a window with all citations in format
{key} - {title}
. Usei
to cite inline, i.e.@citation_key
. Or usef
or enter to citate full[@citation_key]
. You can useq
to close the window.
- Gives you a window with all citations in format