{"id":13474220,"url":"https://github.com/meain/vim-package-info","last_synced_at":"2025-03-26T21:30:55.193Z","repository":{"id":54945729,"uuid":"181814842","full_name":"meain/vim-package-info","owner":"meain","description":"Vim plugin to quickly view info about the packages you use","archived":true,"fork":false,"pushed_at":"2022-12-20T03:43:57.000Z","size":266,"stargazers_count":72,"open_issues_count":7,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T07:47:18.565Z","etag":null,"topics":["package-manager","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-17T04:05:15.000Z","updated_at":"2024-09-10T09:14:47.000Z","dependencies_parsed_at":"2023-01-29T23:31:15.610Z","dependency_job_id":null,"html_url":"https://github.com/meain/vim-package-info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meain%2Fvim-package-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meain%2Fvim-package-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meain%2Fvim-package-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meain%2Fvim-package-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meain","download_url":"https://codeload.github.com/meain/vim-package-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245738523,"owners_count":20664295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["package-manager","vim-plugin"],"created_at":"2024-07-31T16:01:10.445Z","updated_at":"2025-03-26T21:30:54.857Z","avatar_url":"https://github.com/meain.png","language":"JavaScript","readme":"# vim-package-info ![](https://travis-ci.org/meain/vim-package-info.svg?branch=master)\n\nIt lets you view the latest version of the packages you depend on and see if any of them are vulnerable.\n\n\u003e Vulnerability detection is still a work in progress ([disabled at the moment](https://ossindex.sonatype.org/doc/legacy-migration))\n\n![](https://i.imgur.com/pzIrEkq.png)\n\n**Currently supports:**\n * javascript:\n   * `package.json`\n * rust:\n   * `Cargo.toml`\n * python:\n   * `requirements.txt`\n   * `Pipfile`\n   * `pyproject.toml`\n\n\n\nDefault colors:\n\n- `green`: patch update\n- `cyan`: minor update\n- `red`: major update\n\n## Installation\n\n\u003e Make sure you have node support for neovim.\n\u003e Run the command `npm install -g neovim` to add it. [#20](https://github.com/meain/vim-package-info/issues/20)\n\nUse your favorite plugin manager to install the plugin.\nI use [vim-plug](https://github.com/junegunn/vim-plug).\n\n```vim\nPlug 'meain/vim-package-info', { 'do': 'npm install' }\n```\n\nAfter installing the plugin, run `:UpdateRemotePlugins` to register it with Neovim.\n\n---\n\nNeeds virtual text support. ( Neovim 0.3.2 )\n\n\u003e Check if `echo has('nvim-0.3.2')` returns 1\n\n## Configuration\n\n#### Change prefix\n\n```\nlet g:vim_package_info_virutaltext_prefix = '  ¤ '\n```\n\n### Change highlight group\n\n```\nlet g:vim_package_info_virutaltext_highlight = 'NonText'\n```\n\nThere are three other highlight groups that you can change.\nYou can change them like this\n\n```\nhi VimPackageInfoPatch guifg=#8BC34A\nhi VimPackageInfoMinor guifg=#00BCD4\nhi VimPackageInfoMajor guifg=#F44336\n```\n\n## Possible issues\n\nThe plugin might conflict with [ALE](https://github.com/w0rp/ale) or any other plugins that use `virtualtext`.\nThis is because `virtualtext` context is the same for all the plugins and if one clears the `virtualtext`\nit will clear the `virutaltext` that was made by all plugins.\n\nNot a lot can be done about this, but in the case of ALE you can checkout [#14](https://github.com/meain/vim-package-info/issues/14).\n\n## Alternatives\n\nOther options for you to checkout if this does not work for you\n\n- [akinsho/dependency-assist.nvim](https://github.com/akinsho/dependency-assist.nvim)\n- [vuki656/package-info.nvim](https://github.com/vuki656/package-info.nvim)\n- [mhinz/vim-crates](https://github.com/mhinz/vim-crates)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeain%2Fvim-package-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeain%2Fvim-package-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeain%2Fvim-package-info/lists"}