{"id":26884219,"url":"https://github.com/trippwill/guttermode.nvim","last_synced_at":"2025-03-31T17:56:34.042Z","repository":{"id":285420770,"uuid":"958085283","full_name":"trippwill/guttermode.nvim","owner":"trippwill","description":"Show your mode in your gutter","archived":false,"fork":false,"pushed_at":"2025-03-31T16:10:13.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T17:26:52.591Z","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/trippwill.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-03-31T16:08:09.000Z","updated_at":"2025-03-31T16:10:17.000Z","dependencies_parsed_at":"2025-03-31T17:37:01.314Z","dependency_job_id":null,"html_url":"https://github.com/trippwill/guttermode.nvim","commit_stats":null,"previous_names":["trippwill/guttermode.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trippwill%2Fguttermode.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trippwill%2Fguttermode.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trippwill%2Fguttermode.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trippwill%2Fguttermode.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trippwill","download_url":"https://codeload.github.com/trippwill/guttermode.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246514570,"owners_count":20790019,"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-03-31T17:56:31.217Z","updated_at":"2025-03-31T17:56:34.036Z","avatar_url":"https://github.com/trippwill.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# guttermode.nvim\n\n🚦 A minimal Neovim plugin that displays your current mode using a colored sign in the gutter (sign column), with colors that match your `lualine` theme.\n\n---\n\n## ✨ Features\n\n- ✅ Seamless integration with your existing colorscheme via `lualine_a_{mode}` highlight groups\n- ✅ Updates in all modes (Normal, Insert, Visual, Replace, Command)\n- ✅ Optional cursor-following or full-height border\n- ✅ Fully theme-aware\n- ✅ Lightweight, no dependencies\n\n---\n\n## 📦 Installation\n\n### Using [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n{\n  \"trippwill/guttermode.nvim\",\n  event = \"VeryLazy\",\n  opts = {\n    follow_cursor = false, -- true = only current line, false = all lines\n    sign_char = \"│\",        -- customize gutter character\n    debounce_ms = 20,       -- debounce updates (ms)\n    debug = false,          -- enable logging\n  },\n  config = function(_, opts)\n    require(\"guttermode\").setup(opts)\n  end,\n}\n```\n\n---\n\n## ⚙️ Options\n\n| Name           | Type    | Default | Description                                                                 |\n|----------------|---------|---------|-----------------------------------------------------------------------------|\n| `follow_cursor`| boolean | `false` | Show sign only on the cursor line (`true`) or on all lines (`false`)       |\n| `sign_char`    | string  | `\"│\"`    | The character to show in the sign column                                   |\n| `debounce_ms`  | number  | `20`     | Debounce interval for updates (in milliseconds)                            |\n| `debug`        | boolean | `false` | Enable logging for development/debugging                                   |\n\n---\n\n## 🧪 Planned Features\n\n- [ ] Optionally disable in inactive windows\n- [ ] Support for per-window or per-tab highlight overrides\n- [ ] Compatibility layer for users without `lualine`\n\n---\n\n## 🪪 License\n\nMIT © [trippwill](https://github.com/trippwill)\n\n---\n\n## 🙏 Thanks\n\nThis plugin was inspired by a desire for a subtle but visible indicator of insert/visual mode in terminal Neovim, without disrupting your layout.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrippwill%2Fguttermode.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrippwill%2Fguttermode.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrippwill%2Fguttermode.nvim/lists"}