{"id":17252197,"url":"https://github.com/eagletmt/unite-haddock","last_synced_at":"2025-04-12T12:45:14.870Z","repository":{"id":2062232,"uuid":"3000673","full_name":"eagletmt/unite-haddock","owner":"eagletmt","description":"unite.vim source for haddock","archived":false,"fork":false,"pushed_at":"2014-05-10T12:53:28.000Z","size":241,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-10T16:29:56.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"elastic/kibana","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eagletmt.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":"2011-12-17T10:59:46.000Z","updated_at":"2022-12-21T22:17:03.000Z","dependencies_parsed_at":"2022-08-20T17:20:23.175Z","dependency_job_id":null,"html_url":"https://github.com/eagletmt/unite-haddock","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/eagletmt%2Funite-haddock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Funite-haddock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Funite-haddock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eagletmt%2Funite-haddock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eagletmt","download_url":"https://codeload.github.com/eagletmt/unite-haddock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248570448,"owners_count":21126438,"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":[],"created_at":"2024-10-15T06:53:17.497Z","updated_at":"2025-04-12T12:45:14.850Z","avatar_url":"https://github.com/eagletmt.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unite-haddock\n\n[unite.vim](https://github.com/Shougo/unite.vim) source for haddock and hoogle\n\n## Usage\n`:Unite haddock` shows all installed modules.\n\n`:Unite hoogle` shows the result of hoogle command.\nYou have to install the hoogle command by `cabal install hoogle` to enable this source.\n\n`:Unite hoogle:exact` shows the result of hoogle _exact_ search.\nIt corresponds to passing `--exact` argument to hoogle.\n\n## Actions\n\n### browse\\_local (default)\nOpens local haddock.\n\n- Note: To generate local documentations, you must install packages with `--enable-documentation`, or edit $HOME/.cabal/config: `documentation: True`.\n\n### browse\\_remote\nOpens remote haddock (Hackage).\n\n- Note: If you'd like to make this action default, add `call unite#custom_default_action('haddock', 'browse_remote')` to your vimrc. See `:help unite#custom_default_action()` for more detail.\n\n### preview (hoogle only)\nShows the information in the preview window.\n\n- Note: You can preview the informatin by pressing `p` key on a candidate.\n\n## Global Variables\n\n### g:unite\\_source\\_hoogle\\_max\\_candidates\nThe maximal number of candidates of hoogle.\n\nDefault: 200\n\n### g:unite\\_source\\_haddock\\_browser\nThe browser used to view documentations.\n\nNormally, you don't have to set this variable.\nIf you're using a minor DE (e.g. awesome, XMonad) and `xdg-open` fails to recognize local file URIs correctly, set this variable manually in your `~/.vimrc`.\n\n~~~vim\nlet g:unite_source_haddock_browser = 'firefox'\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagletmt%2Funite-haddock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feagletmt%2Funite-haddock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagletmt%2Funite-haddock/lists"}