{"id":16341409,"url":"https://github.com/alx741/haskellcomplete.vim","last_synced_at":"2026-05-15T01:36:30.276Z","repository":{"id":47271460,"uuid":"146221752","full_name":"alx741/haskellcomplete.vim","owner":"alx741","description":"Haskell omnicompletion for Vim [official]","archived":false,"fork":false,"pushed_at":"2021-09-05T21:17:08.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T23:25:14.714Z","etag":null,"topics":["completion","haskell","omnicomplete","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}},"created_at":"2018-08-26T22:42:27.000Z","updated_at":"2021-09-05T21:17:11.000Z","dependencies_parsed_at":"2022-09-22T23:21:08.985Z","dependency_job_id":null,"html_url":"https://github.com/alx741/haskellcomplete.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alx741/haskellcomplete.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fhaskellcomplete.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fhaskellcomplete.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fhaskellcomplete.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fhaskellcomplete.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alx741","download_url":"https://codeload.github.com/alx741/haskellcomplete.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alx741%2Fhaskellcomplete.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["completion","haskell","omnicomplete","vim"],"created_at":"2024-10-10T23:59:21.316Z","updated_at":"2026-05-15T01:36:29.790Z","avatar_url":"https://github.com/alx741.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim haskellcomplete\n\nOfficial Haskell omni completion plugin distributed in Vim's runtime.\n\n## Installation\n\nIf your Vim's runtime is up to date you should already have it, if not, you can\ninstall it as a normal plugin.\n\nCompatible with `Vundle`, `Vim-plug`, `Pathogen`, etc.\n\nIf you install it as an external plugin, you might need to set the *omnifunc*\nwith `setlocal omnifunc=haskellcomplete#Complete`.\n\nOr add an auto command to your `.vimrc` file:\n\n```vim\naugroup ft_haskell\n    au!\n    au FileType haskell setlocal omnifunc=haskellcomplete#Complete\naugroup END\n```\n\n## Usage\n\nUse normal omni completion mechanisms.\n\n```vim\n:h i_CTRL-X_CTRL-O\n```\n\n## Available completions\n\n- GHC language extensions pragma\n\n```haskell\n{-# LANGUAGE \u003ccomplete here\u003e #-}\n```\n\n- GHC flags pragma\n\n```Haskell\n{-# OPTIONS_GHC \u003ccomplete here\u003e #-}\n```\n\n- Core packages module names\n\n```Haskell\nimport \u003ccomplete here\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falx741%2Fhaskellcomplete.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falx741%2Fhaskellcomplete.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falx741%2Fhaskellcomplete.vim/lists"}