utility/undotree: moved undotree to utility object

This commit is contained in:
Abhi 2025-07-20 15:52:38 -04:00
commit cec4a94197
No known key found for this signature in database
3 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{
vim.lazy.plugins.undotree = {
vim.lazy.plugins.utility.undotree = {
package = "undotree";
cmd = [
"UndotreeToggle"