init
This commit is contained in:
8
nvim/lua/plugins/extras/ui/highlight-undo.lua
Normal file
8
nvim/lua/plugins/extras/ui/highlight-undo.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"tzachar/highlight-undo.nvim",
|
||||
event = "LazyFile",
|
||||
vscode = true,
|
||||
opts = {
|
||||
duration = 700,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user