utility/undotree: removed unimportant boilerplate

This commit is contained in:
Abhi 2025-07-19 14:44:47 -04:00
commit 81d566ac39
No known key found for this signature in database
5 changed files with 20 additions and 20 deletions

View file

@ -0,0 +1,6 @@
{ ... }:
{
vim.lazy.plugins.undotree = {
cmd = [ "UndotreeToggle" ];
};
}