Unverified Commit 8af09086 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

[24.11] vimPlugins.lspecho-nvim: init at 2024-10-06 (#358003)

parents 5c37ba84 92153485
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6206,6 +6206,18 @@ final: prev:
    meta.homepage = "https://github.com/lspcontainers/lspcontainers.nvim/";
  };
  lspecho-nvim = buildVimPlugin {
    pname = "lspecho.nvim";
    version = "2024-10-06";
    src = fetchFromGitHub {
      owner = "deathbeam";
      repo = "lspecho.nvim";
      rev = "6b00e2ed29a1f7b254a07d4b8a918ebf855026e5";
      sha256 = "0z45b0mk7hd5h9d79318nyhhyhprwr929rpqfbblk5x0j4x2glxf";
    };
    meta.homepage = "https://github.com/deathbeam/lspecho.nvim/";
  };
  lspkind-nvim = buildVimPlugin {
    pname = "lspkind.nvim";
    version = "2024-10-25";
+5 −0
Original line number Diff line number Diff line
@@ -1346,6 +1346,11 @@ in
    nvimRequireCheck = "lsp-progress";
  };

  lspecho-nvim = super.lspecho-nvim.overrideAttrs {
    meta.license = lib.licenses.mit;
    nvimRequireCheck = "lspecho";
  };

  luasnip = super.luasnip.overrideAttrs {
    dependencies = [ luaPackages.jsregexp ];
    nvimRequireCheck = "luasnip";
+1 −0
Original line number Diff line number Diff line
@@ -519,6 +519,7 @@ https://github.com/nvim-lua/lsp_extensions.nvim/,,
https://git.sr.ht/~whynothugo/lsp_lines.nvim,,
https://github.com/ray-x/lsp_signature.nvim/,,
https://github.com/lspcontainers/lspcontainers.nvim/,,
https://github.com/deathbeam/lspecho.nvim/,HEAD,
https://github.com/onsails/lspkind.nvim/,,
https://github.com/nvimdev/lspsaga.nvim/,,
https://github.com/barreiroleo/ltex_extra.nvim/,HEAD,