vimPlugins.papis-nvim: init at 2024-10-30 (#370745)

This commit is contained in:
Gaétan Lepage
2025-01-06 13:08:18 +01:00
committed by GitHub
4 changed files with 37 additions and 0 deletions
@@ -123,6 +123,7 @@ nui.nvim,,,,,,mrcjkb
nvim-cmp,https://raw.githubusercontent.com/hrsh7th/nvim-cmp/main/nvim-cmp-scm-1.rockspec,,,,,
nvim-nio,,,,,,mrcjkb
pathlib.nvim,,,,,,
papis-nvim,,,,,,GaetanLepage
penlight,,,,,,alerque
plenary.nvim,https://raw.githubusercontent.com/nvim-lua/plenary.nvim/master/plenary.nvim-scm-1.rockspec,,,,5.1,
psl,,,,0.3,,
1 name rockspec ref server version luaversion maintainers
123 nvim-cmp https://raw.githubusercontent.com/hrsh7th/nvim-cmp/main/nvim-cmp-scm-1.rockspec
124 nvim-nio mrcjkb
125 pathlib.nvim
126 papis-nvim GaetanLepage
127 penlight alerque
128 plenary.nvim https://raw.githubusercontent.com/nvim-lua/plenary.nvim/master/plenary.nvim-scm-1.rockspec 5.1
129 psl 0.3
@@ -10447,6 +10447,18 @@ final: prev:
meta.homepage = "https://github.com/NLKNguyen/papercolor-theme/";
};
papis-nvim = buildNeovimPlugin {
pname = "papis.nvim";
version = "2024-10-30";
src = fetchFromGitHub {
owner = "jghauser";
repo = "papis.nvim";
rev = "11dff5ac579616b8835f3d53fae8978bf4374617";
sha256 = "12911b7xfc8rimqyggnrz267fpf0syyjrrb2xspqnp65snwbl93q";
};
meta.homepage = "https://github.com/jghauser/papis.nvim/";
};
parpar-nvim = buildVimPlugin {
pname = "parpar.nvim";
version = "2023-09-12";
@@ -865,6 +865,7 @@ https://github.com/drewtempelmeyer/palenight.vim/,,
https://github.com/JoosepAlviste/palenightfall.nvim/,,
https://github.com/roobert/palette.nvim/,HEAD,
https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/jghauser/papis.nvim/,HEAD,
https://github.com/dundalek/parpar.nvim/,,
https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,
@@ -2930,6 +2930,29 @@ buildLuarocksPackage {
};
}) {};
papis-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, nui-nvim, pathlib-nvim, sqlite }:
buildLuarocksPackage {
pname = "papis.nvim";
version = "0.7.0-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/papis.nvim-0.7.0-1.rockspec";
sha256 = "1bza3blszq1kz224zx7k0mn636lnj5rcx5s7q6l3ng8rzddw4isa";
}).outPath;
src = fetchzip {
url = "https://github.com/jghauser/papis.nvim/archive/16983a7aac24ea787d9b9ac5dce3c35d0077b990.zip";
sha256 = "0virafyw0d46iwscbs1f1y7ks9jafhq214m17wqdz25srb7hmrxd";
};
disabled = luaOlder "5.1";
propagatedBuildInputs = [ nui-nvim pathlib-nvim sqlite ];
meta = {
homepage = "https://github.com/jghauser/papis.nvim";
description = "Manage your bibliography from within your favourite editor";
license.fullName = "GPL-3.0";
};
}) {};
penlight = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luafilesystem }:
buildLuarocksPackage {
pname = "penlight";