Go to file
Klaas Gunst 3ef9699528 Improved citation adding when inside \cite{}
When inside a cite body, the citation is added to this \cite{} body and
no new body is initialized
2018-10-28 00:37:14 +02:00
doc Added documentation skeleton 2018-08-17 12:25:08 +02:00
plugin Improved citation adding when inside \cite{} 2018-10-28 00:37:14 +02:00
.gitignore Added .gitignore 2018-08-17 12:28:00 +02:00
README.md Added information about :help papis 2018-08-17 12:25:40 +02:00

The papis-vim package

This package provides Vim support for Papis, command-line based bibliography manager.

Screencast

Install

This package depends on fzf.vim.

Using Vundle

Add these lines to the .vimrc:

Plugin 'junegunn/fzf'
Plugin 'git@github.com:papis/papis-vim.git'

Usage

The :Papis command will open a search window for your bibliographic database. Enter command will insert citation for the selected record in the current buffer.

Documentation

For more information, execute :help papis in Vim.