{"id":18602884,"url":"https://github.com/fireisgood/nvim-clear-registers","last_synced_at":"2026-05-20T07:33:11.465Z","repository":{"id":240359449,"uuid":"802420561","full_name":"FireIsGood/nvim-clear-registers","owner":"FireIsGood","description":"A very simple plugin to clear your registers","archived":false,"fork":false,"pushed_at":"2024-05-18T20:58:59.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T18:12:24.793Z","etag":null,"topics":["neovim","nvim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/FireIsGood.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":"2024-05-18T08:42:25.000Z","updated_at":"2024-05-20T00:43:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"95d16864-4b22-4e8c-9216-a74f6f9d1383","html_url":"https://github.com/FireIsGood/nvim-clear-registers","commit_stats":null,"previous_names":["fireisgood/nvim-clear-registers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FireIsGood/nvim-clear-registers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fnvim-clear-registers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fnvim-clear-registers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fnvim-clear-registers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fnvim-clear-registers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireIsGood","download_url":"https://codeload.github.com/FireIsGood/nvim-clear-registers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fnvim-clear-registers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266952614,"owners_count":24011507,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["neovim","nvim-plugin"],"created_at":"2024-11-07T02:12:46.832Z","updated_at":"2026-05-20T07:33:06.430Z","avatar_url":"https://github.com/FireIsGood.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-clear-registers\n\nAdds the command `:ClearRegisters` to clear your registers. That's literally it.\n\n## Installation\n\n```lua\n-- lazy.nvim\n{\n  \"FireIsGood/nvim-clear-registers\",\n  lazy = false,\n  config = true,\n},\n\n-- packer\nuse \"FireIsGood/nvim-clear-registers\"\n```\n\n## Usage\n\nUse the command to clear your registers.\n\n```\n:ClearRegisters\n```\n\n## Configuration\n\n### Defaults\n\nThe `.setup()` call is optional if you are fine with the defaults below.\n\n```lua\n-- default config\nrequire(\"clear-registers\").setup({\n  registerFunction = true, -- Registers :ClearRegisters\n  clearOnStartup = true,   -- Clears all registers on startup\n})\n```\n\n## Contributing\n\nThis project is feature complete. Feel free to add issues if it breaks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireisgood%2Fnvim-clear-registers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireisgood%2Fnvim-clear-registers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireisgood%2Fnvim-clear-registers/lists"}