{"id":18510053,"url":"https://github.com/carlosrocha/vim-flow-plus","last_synced_at":"2025-10-10T02:12:43.158Z","repository":{"id":144848442,"uuid":"79921821","full_name":"carlosrocha/vim-flow-plus","owner":"carlosrocha","description":"Vim + Flow integration, includes coverage highlight","archived":false,"fork":false,"pushed_at":"2017-03-20T00:36:15.000Z","size":185,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T08:42:46.924Z","etag":null,"topics":["flowtype","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/carlosrocha.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}},"created_at":"2017-01-24T15:03:14.000Z","updated_at":"2019-12-01T17:07:54.000Z","dependencies_parsed_at":"2024-06-28T15:05:29.508Z","dependency_job_id":null,"html_url":"https://github.com/carlosrocha/vim-flow-plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/carlosrocha/vim-flow-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrocha%2Fvim-flow-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrocha%2Fvim-flow-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrocha%2Fvim-flow-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrocha%2Fvim-flow-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlosrocha","download_url":"https://codeload.github.com/carlosrocha/vim-flow-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlosrocha%2Fvim-flow-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002530,"owners_count":26083399,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["flowtype","vim"],"created_at":"2024-11-06T15:20:22.642Z","updated_at":"2025-10-10T02:12:43.144Z","avatar_url":"https://github.com/carlosrocha.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-flow-plus\n\n## Requirements\n\nVim version that supports `json_decode`.\n\n## Install\n\nIf you use [vim-plug](https://github.com/junegunn/vim-plug):\n\n```\nPlug 'carlosrocha/vim-flow-plus'\n```\n\n## Using\n\n### Display coverage\n\nUsing [lightline](https://github.com/itchyny/lightline.vim):\n\n```VimL\nlet g:lightline = {\n    \"...\n      \\   'right': [ [ 'percent', 'lineinfo' ],\n      \\              [ 'syntastic', 'flow' ],\n      \\              [ 'fileformat', 'fileencoding', 'filetype' ] ],\n      \\ },\n      \\ 'component_function': {\n      \" ...\n      \\   'flow': 'LightlineFlowCoverage',\n      \" ...\n      \\ },\n      \\ }\n\nfunction! LightlineFlowCoverage()\n  if exists('b:flow_coverage_status')\n    return b:flow_coverage_status\n  endif\n  return ''\nendfunction\n```\n\nResult:\n\n![coverage statusline](./coverage_statusline.png)\n\n## Commands\n\n### `FlowCoverageToggle`\nToggle to highlight uncovered expressions in the current file.\n\n![coverage highlight](./coverage_highlight.png)\n\n### `FlowPrevRef`\nGo to the next reference of the variable under the cursor.\n\n### `FlowNextRef`\nGo to the previous reference of the variable under the cursor.\n\n### `FlowTypeAtPos`\nDisplays the type of the variable under the cursor.\n\n### `FlowGetDef`\n\nGo to the definition of the variable under the cursor.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosrocha%2Fvim-flow-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlosrocha%2Fvim-flow-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosrocha%2Fvim-flow-plus/lists"}