{"id":28713313,"url":"https://github.com/brianhuster/snipexec.nvim","last_synced_at":"2025-06-15T00:09:44.643Z","repository":{"id":275522630,"uuid":"926332950","full_name":"brianhuster/snipexec.nvim","owner":"brianhuster","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-03T04:26:54.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T04:28:04.835Z","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/brianhuster.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":"2025-02-03T03:53:47.000Z","updated_at":"2025-02-03T04:26:57.000Z","dependencies_parsed_at":"2025-02-03T04:28:06.395Z","dependency_job_id":"766dfcab-3b4e-4aa8-b79f-c9fb99f9e365","html_url":"https://github.com/brianhuster/snipexec.nvim","commit_stats":null,"previous_names":["brianhuster/snipexec.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brianhuster/snipexec.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fsnipexec.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fsnipexec.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fsnipexec.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fsnipexec.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianhuster","download_url":"https://codeload.github.com/brianhuster/snipexec.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fsnipexec.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259901391,"owners_count":22929227,"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":"2025-06-15T00:09:42.567Z","updated_at":"2025-06-15T00:09:44.634Z","avatar_url":"https://github.com/brianhuster.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis plugin provides a keymapping to execute a Vimscript/Lua/Python/Ruby/Perl code snippet\n\n# Installation\n\n## Prerequisites:\n\n- Neovim 0.10 or higher\n- For other languages than Vimscript and Lua, you need to set up their respective providers. See `:h provider-python`, `:h provider-ruby`, `:h provider-perl` for instructions.\n\n## Install using your favorite plugin manager.\n\nFor example, with lazy.nvim:\n\n```lua\n{\n    \"brianhuster/snipexec.nvim\",\n}\n```\n\nvim-plug:\n```vim\nPlug 'brianhuster/snipexec.nvim'\n```\n\nNative \"packages\":\n```bash\ngit clone --depth=1 https://github.com/brianhuster/snipexec.nvim.git ~/.local/share/nvim/site/pack/vendor/start/snipexec.nvim\n```\n\n# Usage\n\nFor usage and configuration, see [`:h snipexec.nvim`]()\n\nWhen you change option `keymap`, for example from `g=` to `yx`, the keymappings will be updated like this:\n- `g={motion}` will become `yx{motion}`\n- `{Visual}g=` will become `yx{Visual}`\n- `g==` will become `yxx` (the last character is duplicated)\n\n# Credits:\n- [vim-scriptease](https://github.com/tpope/vim-scriptease)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhuster%2Fsnipexec.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianhuster%2Fsnipexec.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhuster%2Fsnipexec.nvim/lists"}