{"id":23749331,"url":"https://github.com/fluxdiv/overhere","last_synced_at":"2026-05-04T14:43:16.916Z","repository":{"id":268809201,"uuid":"786527740","full_name":"fluxdiv/overhere","owner":"fluxdiv","description":"Helps you find your cursor when switching buffers/windows in Neovim","archived":false,"fork":false,"pushed_at":"2024-04-15T04:13:52.000Z","size":740,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T15:17:50.066Z","etag":null,"topics":["lua","neovim","neovim-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/fluxdiv.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}},"created_at":"2024-04-14T18:25:39.000Z","updated_at":"2024-04-14T18:59:02.000Z","dependencies_parsed_at":"2024-12-19T07:16:37.779Z","dependency_job_id":null,"html_url":"https://github.com/fluxdiv/overhere","commit_stats":null,"previous_names":["fluxdiv/overhere"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxdiv%2Foverhere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxdiv%2Foverhere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxdiv%2Foverhere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluxdiv%2Foverhere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluxdiv","download_url":"https://codeload.github.com/fluxdiv/overhere/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239908971,"owners_count":19716891,"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":["lua","neovim","neovim-plugin"],"created_at":"2024-12-31T15:17:52.311Z","updated_at":"2026-05-04T14:43:11.892Z","avatar_url":"https://github.com/fluxdiv.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# overhere\n\nMake your cursor say \"hey I'm over here\" when switching between buffers/windows\n\n![overhere gif](overhere_gif.gif)\n\n### Installation with [lazy.nvim](https://github.com/folke/lazy.nvim)\n```lua\n  {\n    'grokkt/overhere',\n    config = function()\n      require('overhere').overhere({\n        hl_opts = {\n          bg = \"#FF0000\"\n        }\n      })\n    end\n  },\n```\n\n### Example/default options\n```lua\nrequire('overhere').overhere({\n   hl_opts = {\n        fg = nil, -- or hex color string ex \"#FF0000\"\n        bg = \"#004a3c\",\n        bold = false,\n        italic = false,\n        underline = false\n   },\n   win_enter = true,\n   buf_enter = true,\n   buf_win_enter = true,\n   clear_after_ms = 250\n})\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxdiv%2Foverhere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluxdiv%2Foverhere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxdiv%2Foverhere/lists"}