{"id":18602878,"url":"https://github.com/fireisgood/pond.nvim","last_synced_at":"2026-05-01T06:31:40.288Z","repository":{"id":240488000,"uuid":"802767677","full_name":"FireIsGood/pond.nvim","owner":"FireIsGood","description":"Fishing mini game for Neovim","archived":false,"fork":false,"pushed_at":"2024-05-27T03:01:43.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T04:11:57.385Z","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-19T08:05:24.000Z","updated_at":"2025-12-04T20:57:25.000Z","dependencies_parsed_at":"2024-05-19T09:23:12.391Z","dependency_job_id":"074f8bae-d3f2-4835-ae06-4cef00b3ce3e","html_url":"https://github.com/FireIsGood/pond.nvim","commit_stats":null,"previous_names":["fireisgood/pond.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FireIsGood/pond.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpond.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpond.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpond.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpond.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireIsGood","download_url":"https://codeload.github.com/FireIsGood/pond.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpond.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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.295Z","updated_at":"2026-05-01T06:31:40.271Z","avatar_url":"https://github.com/FireIsGood.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pond.nvim\n\nFishing mini game. Wildly unbalanced.\n\n\u003e [!WARNING]\n\u003e Why though?\n\n## Installation\n\n```lua\n-- lazy.nvim\n{\n  \"FireIsGood/pond.nvim\",\n  lazy = false,\n  config = true,\n},\n\n-- packer\nuse \"FireIsGood/pond.nvim\"\n```\n\n## Usage\n\nUse the commands or the builtin keymaps.\n\n| Command             | Keymap       | Description        |\n| ------------------- | ------------ | ------------------ |\n| `:Fish`             | `\u003cleader\u003eaf` | Fish               |\n| `:FishBalance`      | `\u003cleader\u003eab` | Check your balance |\n| `:FishResetAccount` |              | Reset your account |\n\n## Configuration\n\nThe `.setup()` call is optional if you are fine with the defaults below.\n\n```lua\n-- default config\nrequire(\"pond-nvim\").setup({\n  -- Name of your fisher (cosmetic)\n  name = \"Unnamed Fisher\",\n\n  -- Cooldown for fishing in seconds\n  cooldown = 5,\n\n  -- Use the default keymaps (\u003cleader\u003eaf, etc.)\n  use_default_keymaps = true,\n\n  -- Save data location\n  data_path = vim.fn.stdpath(\"data\") .. \"/pond-data.json\",\n})\n```\n\nThe `data_path` variable is expanded, so you can use `~` as short for your home directory.\n\nExample configuration:\n\n```lua\n-- lazy.nvim\n{\n  \"FireIsGood/pond.nvim\",\n  lazy = false,\n  opts = {\n    name = \"The Coolest Fisher\"\n    cooldown = 0,\n    use_default_keymaps = false,\n    data_path = \"~/Desktop/my_cool_fishery_data.json\",\n  }\n},\n\n-- packer\nuse {\n  \"FireIsGood/pond.nvim\"\n  config = function ()\n    require(\"pont-nvim\").setup({\n      name = \"The Coolest Fisher\",\n      cooldown = 0,\n      use_default_keymaps = true,\n      data_path = \"~/Desktop/my_cool_fishery_data.json\",\n    })\n  end,\n}\n```\n\n## Contributing\n\nHuh????\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireisgood%2Fpond.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireisgood%2Fpond.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireisgood%2Fpond.nvim/lists"}