utility/undotree: added extra commands to lazy loader

This commit is contained in:
Abhi 2025-07-19 23:14:01 -04:00
commit 1bb9454933
No known key found for this signature in database

View file

@ -2,6 +2,12 @@
{
vim.lazy.plugins.undotree = {
package = "undotree";
cmd = [ "UndotreeToggle" ];
cmd = [
"UndotreeToggle"
"UndotreeShow"
"UndotreeHide"
"UndotreePersistUndo"
"UndotreeFocus"
];
};
}