{"id":20820361,"url":"https://github.com/kyoh86/vim-ripgrep","last_synced_at":"2025-05-07T15:43:36.905Z","repository":{"id":40410480,"uuid":"462336978","full_name":"kyoh86/vim-ripgrep","owner":"kyoh86","description":"A plugin for Vim8/Neovim to search text by ripgrep (rg) asynchronously","archived":false,"fork":false,"pushed_at":"2024-03-26T00:12:54.000Z","size":100,"stargazers_count":28,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-26T01:29:22.175Z","etag":null,"topics":["neovim","neovim-plugin","nvim","nvim-plugin","ripgrep","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyoh86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-02-22T14:34:41.000Z","updated_at":"2024-03-25T12:05:04.000Z","dependencies_parsed_at":"2024-02-13T16:29:10.882Z","dependency_job_id":"b83a0d6c-0205-411a-8aa3-1fa05cabbb5c","html_url":"https://github.com/kyoh86/vim-ripgrep","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoh86%2Fvim-ripgrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoh86%2Fvim-ripgrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoh86%2Fvim-ripgrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoh86%2Fvim-ripgrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyoh86","download_url":"https://codeload.github.com/kyoh86/vim-ripgrep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225096700,"owners_count":17420293,"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":["neovim","neovim-plugin","nvim","nvim-plugin","ripgrep","vim","vim-plugin"],"created_at":"2024-11-17T22:09:01.968Z","updated_at":"2024-11-17T22:09:02.450Z","avatar_url":"https://github.com/kyoh86.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ripgrep.vim\n\n[![Test](https://github.com/kyoh86/vim-ripgrep/actions/workflows/test.yml/badge.svg)](https://github.com/kyoh86/vim-ripgrep/actions/workflows/test.yml)\n\nA plugin for Vim8/Neovim to search text by `ripgrep` (`rg`).\n\n**THIS IS EXPERIMENTAL PLUGIN AND UNDER DEVELOPMENT.**\n**DESTRUCTIVE CHANGES MAY OCCUR.**\n\n## What's different from [`jremmen/vim-ripgrep`](https://github.com/jremmen/vim-ripgrep)?\n\n- Calling `ripgrep` asynchronously.\n    - Even if it finds a lot of matches, editor won't freeze.\n    - Exception in case of `Neovim` on `Windows`.\n- There's no default command.\n    - You can create a command with name what you like.\n- Observability.\n    - You can add observer for each event in searching process.\n\n# USAGE\n\nFor more details: `:help ripgrep.txt`\n\n## FUNCTION\n\n```vim\n:call ripgrep#search('-w --ignore-case foo')\n```\n\n## CONFIG\n\nYou can create a command to call the function with a name you like.\nFor example:\n\n```vim\nPlug \"kyoh86/vim-ripgrep\",\ncommand! -nargs=+ -complete=file Ripgrep :call ripgrep#search(\u003cq-args\u003e)\n```\n\n# LICENSE\n\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](http://www.opensource.org/licenses/MIT)\n\nThis software is released under the [MIT License](http://www.opensource.org/licenses/MIT), see LICENSE.\n\n- `autoload/ripgrep/job.vim` is from [`async.vim`](https://github.com/prabirshrestha/async.vim) and some patch.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyoh86%2Fvim-ripgrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyoh86%2Fvim-ripgrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyoh86%2Fvim-ripgrep/lists"}