An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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 = true

require("session-undo").setup()
```