Unverified Commit 34161008 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

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

parent be3e301b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,,,,,,
+5 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}) {};