{"id":13412879,"url":"https://github.com/ethanholz/nvim-lastplace","last_synced_at":"2025-03-14T18:32:35.732Z","repository":{"id":40962015,"uuid":"363759244","full_name":"ethanholz/nvim-lastplace","owner":"ethanholz","description":"A Lua rewrite of vim-lastplace","archived":true,"fork":false,"pushed_at":"2023-07-27T15:55:30.000Z","size":33,"stargazers_count":305,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-31T20:51:37.217Z","etag":null,"topics":["lua","neovim","plugin","vim"],"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/ethanholz.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}},"created_at":"2021-05-02T22:04:20.000Z","updated_at":"2024-07-23T15:50:14.000Z","dependencies_parsed_at":"2024-01-03T03:42:30.083Z","dependency_job_id":null,"html_url":"https://github.com/ethanholz/nvim-lastplace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanholz%2Fnvim-lastplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanholz%2Fnvim-lastplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanholz%2Fnvim-lastplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethanholz%2Fnvim-lastplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethanholz","download_url":"https://codeload.github.com/ethanholz/nvim-lastplace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221495313,"owners_count":16832458,"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","plugin","vim"],"created_at":"2024-07-30T20:01:30.521Z","updated_at":"2024-10-26T04:31:23.040Z","avatar_url":"https://github.com/ethanholz.png","language":"Lua","funding_links":[],"categories":["Editing Support","Lua"],"sub_categories":["Scrollbar"],"readme":"# NO LONGER MAINTAINED\nThis is plugin is no longer maintained and works well enough for my use case.\n\nFeel free to fork and update as needed.\n\n## nvim-lastplace\nA Lua rewrite of vim-lastplace\n\nHeavily inspired by https://github.com/farmergreg/vim-lastplace\n\n## Installation\n[packer.nvim](https://github.com/wbthomason/packer.nvim)\n```lua\nuse 'ethanholz/nvim-lastplace'\n\n```\n[paq](https://github.com/savq/paq-nvim)\n```lua\npaq 'ethanholz/nvim-lastplace'\n```\n\nThen add the following to your init.lua:\n```lua\nrequire'nvim-lastplace'.setup{}\n```\nYou may set options using the following:\n```lua\nrequire'nvim-lastplace'.setup {\n    lastplace_ignore_buftype = {\"quickfix\", \"nofile\", \"help\"},\n    lastplace_ignore_filetype = {\"gitcommit\", \"gitrebase\", \"svn\", \"hgcommit\"},\n    lastplace_open_folds = true\n}\n```\n\nFor those of you still using Vimscript to configure your init.vim:\n```vim\nlua require'nvim-lastplace'.setup{}\n```\nYou can now set options using:\n```vim\nlet g:lastplace_ignore_buftype = \"quickfix,nofile,help\"\nlet g:lastplace_ignore_filetype = \"gitcommit,gitrebase,svn,hgcommit\"\nlet g:lastplace_open_folds = 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanholz%2Fnvim-lastplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethanholz%2Fnvim-lastplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanholz%2Fnvim-lastplace/lists"}