papis
layer
#
The papis
layer offers integration with the Papis bibliography
manager via the
papis.nvim
plugin.
You need to install yq
and the development files for sqlite
. visimp
will
take care of the rest.
Bindings #
Although bindings are disabled by default, several bindings can be used as
documented by papis.nvim
.
Configuration #
Any valid configuration for
papis.nvim
is a valid
configuration for this layer. If you do not specify a value for
init_filetypes
, visimp
will try to infer one based on the language
layers you have enabled.
Examples #
-- path/of/your/vim/config/init.lua
require("visimp")({
papis = {
enable_keymaps = true,
},
})
Documentation #
The full Neogit documentation is also available.