{"id":16341350,"url":"https://github.com/alx741/vim-ghcid","last_synced_at":"2026-04-25T23:36:37.048Z","repository":{"id":71142095,"uuid":"191283576","full_name":"alx741/vim-ghcid","owner":"alx741","description":"Haskell ghcid vim integration plugin - load errors/warnings into the quickfix list","archived":false,"fork":false,"pushed_at":"2019-06-14T18:05:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T17:07:24.792Z","etag":null,"topics":["ghcid","haskell","plugin","quickfix","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alx741.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-11T03:02:35.000Z","updated_at":"2019-06-14T18:06:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b48bf3e-684f-4362-ae8f-6310f53204ae","html_url":"https://github.com/alx741/vim-ghcid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alx741/vim-ghcid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fvim-ghcid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fvim-ghcid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fvim-ghcid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fvim-ghcid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alx741","download_url":"https://codeload.github.com/alx741/vim-ghcid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fvim-ghcid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ghcid","haskell","plugin","quickfix","vim"],"created_at":"2024-10-10T23:59:15.453Z","updated_at":"2026-04-25T23:36:37.044Z","avatar_url":"https://github.com/alx741.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-ghcid\n\nIntegrates with [ghcid](https://github.com/ndmitchell/ghcid) in the background\nso it loads errors and warnings in the quickfix window every time you save your\ncode, and does it fast.\n\nInspired by aiya000's version.\n\n## Installation\n\nCompatible with `Vundle`, `Pathogen`, `Vim-plug`, etc.\n\n\n## Usage\n\nStart Ghcid with `:GhcidStart`. Stop it with `:GhcidStop`\n\n\n## Configuration\n\nConfigure the *ghcid* command to use. Useful if it's outside your *PATH*\n(default = \"ghcid\"):\n\n```vim\nlet g:ghcid_cmd = \"ghcid\"\n```\n\nAdditional *ghcid* CLI arguments to use (default = \"\"):\n\n```vim\nlet g:ghcid_args = \"--warnings --test testModule.test\"\n```\n\nShow all of ghcid's output in the quickfix window (default = 0):\n\n```vim\nlet g:ghcid_verbose = 0\n```\n\nAutomatically open the quickfix window when there are errors (default = 1):\n\n```vim\nlet g:ghcid_open_on_error = 1\n```\n\nAutomatically open the quickfix window when there are warnings (default = 0):\n\n```vim\nlet g:ghcid_open_on_warning = 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falx741%2Fvim-ghcid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falx741%2Fvim-ghcid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falx741%2Fvim-ghcid/lists"}