mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
vimPlugins.lsp-progress-nvim: init at 1.0.13-1
This commit is contained in:
parent
be3e301b9a
commit
341610082b
@ -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,,,,,,
|
||||
|
|
@ -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 ];
|
||||
};
|
||||
|
@ -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";
|
||||
};
|
||||
}) {};
|
||||
|
Loading…
Reference in New Issue
Block a user