Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladdoster/remember.nvim
A port of the Vim plugin vim-lastplace. It uses the same logic as vim-lastplace, but leverages the Neovim Lua API.
https://github.com/vladdoster/remember.nvim
Last synced: 11 days ago
JSON representation
A port of the Vim plugin vim-lastplace. It uses the same logic as vim-lastplace, but leverages the Neovim Lua API.
- Host: GitHub
- URL: https://github.com/vladdoster/remember.nvim
- Owner: vladdoster
- License: mit
- Created: 2022-04-13T05:34:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T03:01:16.000Z (5 months ago)
- Last Synced: 2024-10-13T02:09:12.622Z (25 days ago)
- Language: Lua
- Homepage:
- Size: 67.4 KB
- Stars: 56
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# remember.nvim
| version |
| :--------------------------------------------------------------------: |
| [v1.4.0](https://github.com/vladdoster/remember.nvim/releases) |A port of the Vim plugin
[vim-lastplace](https://github.com/farmergreg/vim-lastplace). It uses the same
logic as `vim-lastplace`, but leverages the Neovim Lua API.Intelligently reopen files at your last edit position. By default git, svn, and
mercurial commit messages are ignored because you probably want to type a new
message and not re-edit the previous one.## Features
Uses new Neovim `0.7` Lua `vim.nvim.create_autocmd` function.
## Usage
### Packer
```Lua
-- Using Packer
use({ 'vladdoster/remember.nvim', config = [[ require('remember') ]] })
```For the full documentation, see [remember.txt](doc/remember.txt).
## Issues
If you believe you've found a bug or shortcoming in remember.nvim that is
neither addressed by help nor in existing issues, please open an issue with
clear reproduction steps.## Contributing
All PRs are welcome. If you are planning to contribute a large patch, please
create an issue first to get any upfront questions or design decisions out of
the way first.## License
The MIT License - see [LICENSE](LICENSE) for more details.