feat: enable undotree (not customized)

This commit is contained in:
clover caruso 2025-08-22 00:55:57 -07:00
parent cb1d7ea523
commit ae43ca8324

View file

@ -181,6 +181,7 @@
gitsigns.enable = true; gitsigns.enable = true;
gitsigns.codeActions.enable = false; # throws an annoying debug message gitsigns.codeActions.enable = false; # throws an annoying debug message
}; };
utility.undotree.enable = true;
# Better help docs # Better help docs
lazy.plugins."helpview.nvim" = { lazy.plugins."helpview.nvim" = {
enabled = true; enabled = true;