feat(nvim): add highlight undo

This commit is contained in:
Price Hiller 2023-09-07 23:48:19 -05:00
parent de48802722
commit d0117cb223
No known key found for this signature in database

View File

@ -0,0 +1,10 @@
return {
{
'tzachar/highlight-undo.nvim',
keys = {
{"u"},
{"<C-r>"}
},
opts = {},
},
}