{"id":21771439,"url":"https://github.com/alejandrogallo/vim-ripgrep","last_synced_at":"2026-02-13T06:41:46.270Z","repository":{"id":96336005,"uuid":"174631352","full_name":"alejandrogallo/vim-ripgrep","owner":"alejandrogallo","description":"A stupid simple integration of ripgrep and vim","archived":false,"fork":false,"pushed_at":"2019-03-09T00:55:02.000Z","size":0,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-17T16:08:28.413Z","etag":null,"topics":["grep","kiss","ripgrep","vim-configuration","vim-plugin","vimrc"],"latest_commit_sha":null,"homepage":null,"language":null,"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/alejandrogallo.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":"2019-03-09T00:51:00.000Z","updated_at":"2023-09-08T17:51:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec04575e-55f8-4ad3-8ad3-16d2f96dabf2","html_url":"https://github.com/alejandrogallo/vim-ripgrep","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alejandrogallo/vim-ripgrep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrogallo%2Fvim-ripgrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrogallo%2Fvim-ripgrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrogallo%2Fvim-ripgrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrogallo%2Fvim-ripgrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejandrogallo","download_url":"https://codeload.github.com/alejandrogallo/vim-ripgrep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandrogallo%2Fvim-ripgrep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29398144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["grep","kiss","ripgrep","vim-configuration","vim-plugin","vimrc"],"created_at":"2024-11-26T14:16:25.224Z","updated_at":"2026-02-13T06:41:46.263Z","avatar_url":"https://github.com/alejandrogallo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Just add these lines into your `.vimrc`\n\n\n```vim\nfunction! Rg(...)\n  let l:output = system(\"rg --vimgrep \".join(a:000, \" \"))\n  let l:list = split(l:output, \"\\n\")\n  let l:ql = []\n  for l:item in l:list\n    let sit = split(l:item, \":\")\n    call add(l:ql,\n        \\ {\"filename\": sit[0], \"lnum\": sit[1], \"col\": sit[2], \"text\": sit[3]})\n  endfor\n  call setqflist(l:ql, 'r')\n  echo 'Rg results: '.len(l:ql)\nendfunction\ncommand! -nargs=* Rg call Rg(\u003cq-args\u003e)\n```\n\nand use it like\n\n```\n:Rg something\n```\n\nand browse the results with `:cn` and `:cp`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrogallo%2Fvim-ripgrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandrogallo%2Fvim-ripgrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandrogallo%2Fvim-ripgrep/lists"}