Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 314 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 314 Bytes

session-undo.nvim

Session-aware undo protection

Installation

{ "mvllow/session-undo.nvim" }

Note that this plugin does modify your u key to use the safe undo. Use at your own risk 💜

Usage

-- Enable persistent undo
vim.o.undofile = true

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