{"id":31658122,"url":"https://github.com/lucas-garcia-rubio/switcher.nvim","last_synced_at":"2026-05-18T10:37:49.044Z","repository":{"id":310241549,"uuid":"1039133986","full_name":"lucas-garcia-rubio/switcher.nvim","owner":"lucas-garcia-rubio","description":"A very simple and lightweight plugin to toggle operators and boolean values.","archived":false,"fork":false,"pushed_at":"2025-08-17T13:50:20.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T15:24:29.702Z","etag":null,"topics":["lua","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucas-garcia-rubio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-08-16T14:54:21.000Z","updated_at":"2025-10-03T01:27:10.000Z","dependencies_parsed_at":"2025-08-19T00:17:12.792Z","dependency_job_id":null,"html_url":"https://github.com/lucas-garcia-rubio/switcher.nvim","commit_stats":null,"previous_names":["lucas-garcia-rubio/switcher.nvim"],"tags_count":0,"template":false,"template_full_name":"nvim-lua/nvim-lua-plugin-template","purl":"pkg:github/lucas-garcia-rubio/switcher.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-garcia-rubio%2Fswitcher.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-garcia-rubio%2Fswitcher.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-garcia-rubio%2Fswitcher.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-garcia-rubio%2Fswitcher.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucas-garcia-rubio","download_url":"https://codeload.github.com/lucas-garcia-rubio/switcher.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucas-garcia-rubio%2Fswitcher.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lua","neovim","nvim","plugin"],"created_at":"2025-10-07T15:13:03.076Z","updated_at":"2026-05-18T10:37:49.013Z","avatar_url":"https://github.com/lucas-garcia-rubio.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# switcher.nvim\n\nA simple and lightweight Neovim plugin to switch keywords.\n\nEver found yourself wanting to quickly swap `true` for `false`, or `==` for `!=`? `switcher.nvim` does just that. Place your cursor on a supported word, press a key, and watch the magic happen.\n\n## ✨ Features\n\n- Switch boolean values (`true` ↔ `false`, `True` ↔ `False`, etc.).\n- Switch comparison operators (`==` ↔ `!=`).\n- Simple and easy to configure.\n- Lightweight and focused.\n\n## 💾 Installation\n\nInstall the plugin with your favorite plugin manager.\n\n### [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n{\n    'lucas-garcia-rubio/switcher.nvim',\n    opts = {\n        keymap = '\u003cleader\u003ez',\n    }\n}\n```\n\n## 🚧 TODO List\n\n- [ ] Custom configuration of your own switches\n- [ ] Alternate every boolean word in multiple lines\n\n## 💡 Inspiration\n\nInspired by [rmagatti/alternate-toggler](https://github.com/rmagatti/alternate-toggler). Thanks for the simple idea that motivated me on writing my very first public plugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas-garcia-rubio%2Fswitcher.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucas-garcia-rubio%2Fswitcher.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucas-garcia-rubio%2Fswitcher.nvim/lists"}