/deoplete-biblatex

Deoplete source for citing from biblatex file

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

deoplete-biblatex

Deoplete-biblatex offers completion of biblatex ids. By default it looks for citations of this pattern:

[AGreatCitation....

[AGreatCitation,AnotherCitation....

[author:AGreatCitation...

[author,authornumb:AnotherCitation...

Required

Installation

To install deoplete-biblatex, use your favorite Neovim plugin manager.

vim-plug

Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'lionawurscht/deoplete-biblatex'

Documentation

For information on the configuration see :help deoplete-biblatex