{"id":15735753,"url":"https://github.com/simonrw/search-in-scope.vim","last_synced_at":"2025-03-31T04:15:02.030Z","repository":{"id":86715230,"uuid":"393690415","full_name":"simonrw/search-in-scope.vim","owner":"simonrw","description":"Search within a scope","archived":false,"fork":false,"pushed_at":"2021-08-11T12:31:51.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T08:45:16.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonrw.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,"publiccode":null,"codemeta":null}},"created_at":"2021-08-07T13:25:00.000Z","updated_at":"2021-08-11T12:31:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"98a0d5a3-4cb0-4262-ae95-92e04970d738","html_url":"https://github.com/simonrw/search-in-scope.vim","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"41f0568b9a83a6e5653b5b9f700c22265286de35"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsearch-in-scope.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsearch-in-scope.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsearch-in-scope.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2Fsearch-in-scope.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonrw","download_url":"https://codeload.github.com/simonrw/search-in-scope.vim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413237,"owners_count":20773053,"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-04T01:14:52.794Z","updated_at":"2025-03-31T04:15:01.999Z","avatar_url":"https://github.com/simonrw.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# search-in-scope.vim\n\nSearch within a scope.\n\nThis plugin works with files that define scopes with braces (e.g. C, php, rust) as well as files that define scopes with\nindentation (yaml, python).\n\n## Setup\n\nFor example with packer:\n\n```lua\nrequire('packer').startup(function(use)\n    use 'mindriot101/search-in-scope.vim'\nend)\n\nrequire('search_in_scope').setup({\n    -- example keybinding\n    bind = \"\u003cleader\u003eS\",\n    -- add additional file types into the scope definition types\n    indent_filetypes = {\"yaml\"},\n    braces_filetypes = {\"c\"},\n})\n```\n\nThen hit the `\u003cleader\u003eS` keyboard combination. This will set the command buffer up for searching within the scope as\ndefined by the filetype.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fsearch-in-scope.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonrw%2Fsearch-in-scope.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fsearch-in-scope.vim/lists"}