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

This commit is contained in:
Gutyina Gergő 2024-09-01 15:24:33 +02:00
parent be3e301b9a
commit 341610082b
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View File

@ -45,7 +45,7 @@ lpeglabel,,,,1.6.0,,
lrexlib-gnu,,,,,,
lrexlib-pcre,,,,,,vyp
lrexlib-posix,,,,,,
lsp-progress.nvim,,,,,,linrongbin16
lsp-progress.nvim,,,,,,gepbird
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 gepbird
49 lua-cjson
50 lua-cmsgpack
51 lua-curl

View File

@ -1004,6 +1004,11 @@
dependencies = with self; [ plenary-nvim ];
};
lsp-progress-nvim = neovimUtils.buildNeovimPlugin {
luaAttr = "lsp-progress-nvim";
nvimRequireCheck = "lsp-progress";
};
luasnip = super.luasnip.overrideAttrs {
dependencies = with self; [ luaPackages.jsregexp ];
};

View File

@ -1104,7 +1104,7 @@ buildLuarocksPackage {
meta = {
homepage = "https://linrongbin16.github.io/lsp-progress.nvim/";
description = "A performant lsp progress status for Neovim.";
maintainers = with lib.maintainers; [ linrongbin16 ];
maintainers = with lib.maintainers; [ gepbird ];
license.fullName = "MIT";
};
}) {};