https://github.com/mvllow/session-undo.nvim
Session-aware undo protection
https://github.com/mvllow/session-undo.nvim
Last synced: 5 days ago
JSON representation
Session-aware undo protection
- Host: GitHub
- URL: https://github.com/mvllow/session-undo.nvim
- Owner: mvllow
- Created: 2025-02-06T19:13:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T04:58:08.000Z (2 months ago)
- Last Synced: 2025-04-06T02:35:11.295Z (13 days ago)
- Language: Lua
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- my-neovim-pluginlist - mvllow/session-undo.nvim - undo.nvim)   (Other Standard Feature Enhancement / Undo)
README
# session-undo.nvim
> Session-aware undo protection
## Installation
```lua
{ "mvllow/session-undo.nvim" }
```_Note that this plugin does modify your `u` key to use the safe undo. Use at your own risk 💜_
## Usage
```lua
-- Enable persistent undo
vim.o.undofile = truerequire("session-undo").setup()
```