{"id":13411089,"url":"https://github.com/duane9/nvim-rg","last_synced_at":"2025-03-14T16:33:51.040Z","repository":{"id":187945138,"uuid":"370507982","full_name":"duane9/nvim-rg","owner":"duane9","description":"Run ripgrep from Neovim asynchronously.","archived":false,"fork":false,"pushed_at":"2024-03-16T19:11:18.000Z","size":22,"stargazers_count":36,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-31T20:44:41.863Z","etag":null,"topics":["grep","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/duane9.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":"2021-05-24T23:15:18.000Z","updated_at":"2024-06-09T18:57:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9c27704-80ad-4ac9-88ce-071c7dc65038","html_url":"https://github.com/duane9/nvim-rg","commit_stats":null,"previous_names":["duane9/nvim-rg"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duane9%2Fnvim-rg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duane9%2Fnvim-rg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duane9%2Fnvim-rg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duane9%2Fnvim-rg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duane9","download_url":"https://codeload.github.com/duane9/nvim-rg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243610776,"owners_count":20319026,"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":["grep","neovim","neovim-plugin","nvim","nvim-plugin","ripgrep","vim","vim-plugin"],"created_at":"2024-07-30T20:01:11.317Z","updated_at":"2025-03-14T16:33:51.006Z","avatar_url":"https://github.com/duane9.png","language":"Vim Script","funding_links":[],"categories":["Search"],"sub_categories":["Markdown and LaTeX","Assembly"],"readme":"# nvim-rg\n\nnvim-rg allows you to run ripgrep from Neovim or Vim and shows the results in a\nquickfix window. It was developed for use on macOS with Neovim. On Neovim, it runs\nasynchronously.\n\n## Usage\n\nSearch recursively in {directory} (which defaults to the current directory) for\nthe {pattern}.\n\n    :Rg [options] {pattern} [{directory}]\n\nWhen run without arguments, you will be prompted for a pattern, directory, and\nfile type.\n\n    :Rg\n\nOr\n\n    \u003cleader\u003erg\n\nTo search for the word under the cursor use:\n\n    \u003cleader\u003erw\n\n## Installation\n\nInstall ripgrep:\n\n    brew install ripgrep\n\nInstall this plugin using [vim-plug](https://github.com/junegunn/vim-plug) (or\nyour favorite plugin manager):\n\n```vim\nPlug 'duane9/nvim-rg'\n```\n\n## Configuration\n\nSpecify a custom base command. By default, `rg_command` is set to `rg --vimgrep`:\n\n```vim\nlet g:rg_command = 'rg --vimgrep'\n```\n\nYou may want to use your own key mappings. To turn off the default mappings:\n\n```vim\nlet g:rg_map_keys = 0\n```\n\n## Docs\n\nSee `:help nvim-rg`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduane9%2Fnvim-rg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduane9%2Fnvim-rg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduane9%2Fnvim-rg/lists"}