Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading
pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -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, Loading