mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: backup
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
-- highlight-undo.nvim
|
||||
-- https://github.com/tzachar/highlight-undo.nvim
|
||||
return {
|
||||
"tzachar/highlight-undo.nvim",
|
||||
config = function()
|
||||
require("highlight-undo").setup({
|
||||
hlgroup = "HighlightUndo",
|
||||
duration = 300,
|
||||
keymaps = {
|
||||
{ "n", "u", "undo", {} },
|
||||
{ "n", "<C-r>", "redo", {} },
|
||||
},
|
||||
})
|
||||
end,
|
||||
"tzachar/highlight-undo.nvim",
|
||||
enabled = false,
|
||||
config = function()
|
||||
require("highlight-undo").setup({
|
||||
hlgroup = "HighlightUndo",
|
||||
duration = 300,
|
||||
keymaps = {
|
||||
{ "n", "u", "undo", {} },
|
||||
{ "n", "<C-r>", "redo", {} },
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user