mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
vimPlugins.lspecho-nvim: init at 2024-10-06
This commit is contained in:
parent
67d43ef9ef
commit
9597f3627e
@ -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";
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user