Minor plugin upgrades

This commit is contained in:
2026-02-16 11:15:04 +00:00
parent bec45db76d
commit 29f3abf286
2 changed files with 33 additions and 32 deletions

View File

@@ -108,6 +108,12 @@ return {
{ -- Undo tree
"mbbill/undotree",
event = "VeryLazy",
keys = require("config.keys").undotree,
},
{
"XXiaoA/atone.nvim",
event = "VeryLazy",
cmd = "Atone",
keys = require("config.keys").atone,
opts = {},
},
}