luaPackages.lsp-progress-nvim: init at 1.0.13-1

This commit is contained in:
Gutyina Gergő 2024-08-27 16:25:55 +02:00
parent 6774af1d20
commit be3e301b9a
No known key found for this signature in database
2 changed files with 24 additions and 0 deletions

View File

@ -45,6 +45,7 @@ lpeglabel,,,,1.6.0,,
lrexlib-gnu,,,,,,
lrexlib-pcre,,,,,,vyp
lrexlib-posix,,,,,,
lsp-progress.nvim,,,,,,linrongbin16
lua-cjson,,,,,,
lua-cmsgpack,,,,,,
lua-curl,,,,,,

1 name rockspec ref server version luaversion maintainers
45 lrexlib-gnu
46 lrexlib-pcre vyp
47 lrexlib-posix
48 lsp-progress.nvim linrongbin16
49 lua-cjson
50 lua-cmsgpack
51 lua-curl

View File

@ -1086,6 +1086,29 @@ buildLuarocksPackage {
};
}) {};
lsp-progress-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }:
buildLuarocksPackage {
pname = "lsp-progress.nvim";
version = "1.0.13-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/lsp-progress.nvim-1.0.13-1.rockspec";
sha256 = "13h0kyrri0bvhkzvyngamsacx62n2dhb2j2gs495z4ghyh1p345i";
}).outPath;
src = fetchzip {
url = "https://github.com/linrongbin16/lsp-progress.nvim/archive/d5f4d28efe75ce636bfbe271eb45f39689765aab.zip";
sha256 = "0h63z55gwv36rahhha8vkbxb9n4f8psa265khz719i97j17x39rr";
};
disabled = luaOlder "5.1";
meta = {
homepage = "https://linrongbin16.github.io/lsp-progress.nvim/";
description = "A performant lsp progress status for Neovim.";
maintainers = with lib.maintainers; [ linrongbin16 ];
license.fullName = "MIT";
};
}) {};
lua-cjson = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }:
buildLuarocksPackage {
pname = "lua-cjson";