{"id":18928791,"url":"https://github.com/samsze0/jumplist.nvim","last_synced_at":"2025-10-16T15:28:54.789Z","repository":{"id":239879075,"uuid":"800867880","full_name":"samsze0/jumplist.nvim","owner":"samsze0","description":"A neovim plugin that provides window-local jumplists","archived":false,"fork":false,"pushed_at":"2024-06-10T02:08:00.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T16:24:42.361Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samsze0.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-15T06:41:15.000Z","updated_at":"2024-06-10T02:08:03.000Z","dependencies_parsed_at":"2024-06-02T04:36:59.185Z","dependency_job_id":"5837a744-ca4a-4077-ae22-a1a75ec105de","html_url":"https://github.com/samsze0/jumplist.nvim","commit_stats":null,"previous_names":["samsze0/jumplist.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsze0%2Fjumplist.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsze0%2Fjumplist.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsze0%2Fjumplist.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samsze0%2Fjumplist.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samsze0","download_url":"https://codeload.github.com/samsze0/jumplist.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246333931,"owners_count":20760638,"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-11-08T11:27:48.113Z","updated_at":"2025-10-16T15:28:49.754Z","avatar_url":"https://github.com/samsze0.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jumplist.nvim\n\nA neovim plugin that provides window-local jumplists\n\nVim's built-in jumplist is tedious to use. Every other plugins you have installed have access to it. This plugin allows you to have full control over the jumplist's state for each window.\n\n## Usage\n\n```lua\n{\n    \"samsze0/jumplist.nvim\",\n    config = function()\n        require(\"jumplist\").setup({})\n    end\n}\n```\n\n```lua\nlocal jumplist = require(\"jumplist\")\n\njumplist.save()  -- Save current cursor position to the window-local jumplist\njumplist.jump_back()\njumplist.jump_forward()\n```\n\n## How it works\n\nThe best way to understand how this jumplist works is to go through the test.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamsze0%2Fjumplist.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamsze0%2Fjumplist.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamsze0%2Fjumplist.nvim/lists"}