nvf/modules/plugins/utility/undotree/config.nix
2025-07-19 18:57:31 -04:00

7 lines
108 B
Nix

{ ... }:
{
vim.lazy.plugins.undotree = {
package = "undotree";
cmd = [ "UndotreeToggle" ];
};
}