vimPlugins.lspecho-nvim: init at 2024-10-06

This commit is contained in:
Pietro Albini 2024-11-21 14:38:32 +01:00 committed by Matthieu Coudron
parent 67d43ef9ef
commit 9597f3627e
3 changed files with 18 additions and 0 deletions

View File

@ -6242,6 +6242,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";

View File

@ -1407,6 +1407,11 @@ in
nvimRequireCheck = "lsp-progress";
};
lspecho-nvim = super.lspecho-nvim.overrideAttrs {
meta.license = lib.licenses.mit;
nvimRequireCheck = "lspecho";
};
lualine-lsp-progress = super.lualine-lsp-progress.overrideAttrs {
dependencies = with self; [ lualine-nvim ];
};

View File

@ -518,6 +518,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,