diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 6974f36caa84..80bd2774d127 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 4d20f448ec12..f7d49d4623e6 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 9e97c5921e81..61248af3c14a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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,