{"id":13898700,"url":"https://github.com/rhysd/vim-healthcheck","last_synced_at":"2025-04-14T10:04:44.215Z","repository":{"id":48168536,"uuid":"119046781","full_name":"rhysd/vim-healthcheck","owner":"rhysd","description":"Polyfill of Neovim's health-check for Vim","archived":false,"fork":false,"pushed_at":"2022-07-22T09:21:01.000Z","size":21,"stargazers_count":46,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T10:04:41.582Z","etag":null,"topics":["healthcheck","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhysd.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":"2018-01-26T12:01:08.000Z","updated_at":"2025-03-19T20:02:53.000Z","dependencies_parsed_at":"2022-09-26T18:20:31.720Z","dependency_job_id":null,"html_url":"https://github.com/rhysd/vim-healthcheck","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/rhysd%2Fvim-healthcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-healthcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-healthcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Fvim-healthcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhysd","download_url":"https://codeload.github.com/rhysd/vim-healthcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860296,"owners_count":21173342,"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":["healthcheck","vim-plugin"],"created_at":"2024-08-06T18:04:24.738Z","updated_at":"2025-04-14T10:04:44.176Z","avatar_url":"https://github.com/rhysd.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"Polyfill for `:checkhealth` in Vim\n==================================\n\n[vim-healthcheck][] is a polyfill plugin for Vim to use a health-check feature in [Neovim][]. Neovim's\nhealth-check feature is a minimal framework to help with troubleshooting user configuration.\n[vim-healthcheck][] provides the same feature for Vim.\n\nPlugin authors can write health-checks for their plugins using the APIs. And plugin users can check\nif the installation is healthy. By this polyfill, plugin authors can write common health-checks for\nboth Neovim and Vim. And plugin users can check their configuration using the health-checks which\nwas written for Neovim. It would be useful for troubleshooting or triaging issues.\n\nThis plugin is just a port of Neovim's health-check implementation.\n\n## Usage\n\nInstead of Neovim's standard `:checkhealth` command, it provides `:CheckHealth` command on Vim.\nIf no argument is given, it runs all health-checks and show the results.\n\n```\n:CheckHealth\n```\n\nIf some plugin names are specified as arguments, it runs health-checks for them.\n\n```\n:CheckHealth {plugin1} {plugin2} ...\n```\n\nFor example, `:CheckHealth vim` runs health-checks for Vim itself.\n\nTo know the detail of the command behavior or to know how to implement health-checks for your plugins,\nplease read a help document.\n\n```\n:help health\n```\n\n## Installation\n\nIf you use a plugin manager, please follow the instruction. Please note that this plugin is needed\nonly on Vim because Neovim supports health-check feature by default.\n\n### vim-plug\n\n```vim\nif !has('nvim')\n    Plug 'rhysd/vim-healthcheck'\nendif\n```\n\n### dein.vim\n\n```vim\nif !has('nvim')\n    call dein#add('rhysd/vim-healthcheck')\nendif\n```\n\n### minpac\n\n```vim\nif !has('nvim')\n    call minpac#add('rhysd/vim-healthcheck')\nendif\n```\n\n## License\n\nThis plugin was created by porting the implementation of health-check feature for Neovim. So this\nplugin is distributed under the same license as Neovim. Please read [LICENSE](LICENSE) for the\ndetails.\n\n[vim-healthcheck]: https://github.com/rhysd/vim-healthcheck\n[Neovim]: https://github.com/neovim/neovim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Fvim-healthcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhysd%2Fvim-healthcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Fvim-healthcheck/lists"}