Skip to content

Commit 8fc719e

Browse files
committed
➕ nvim: tzachar/highlight-undo.nvim
1 parent 852fb5e commit 8fc719e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.config/nvim/lua/plugins.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,13 @@ require("lazy").setup({
653653
require("fundo").setup {}
654654
end,
655655
},
656+
{
657+
"tzachar/highlight-undo.nvim",
658+
event = "VeryLazy",
659+
config = function()
660+
require("highlight-undo").setup {}
661+
end,
662+
},
656663
{
657664
"folke/flash.nvim",
658665
config = function()

0 commit comments

Comments
 (0)