feat(nvim): add highlight undo
This commit is contained in:
parent
de48802722
commit
d0117cb223
10
dots/.config/nvim/lua/plugins/configs/highlight-undo.lua
Normal file
10
dots/.config/nvim/lua/plugins/configs/highlight-undo.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
'tzachar/highlight-undo.nvim',
|
||||||
|
keys = {
|
||||||
|
{"u"},
|
||||||
|
{"<C-r>"}
|
||||||
|
},
|
||||||
|
opts = {},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user