nixvim/config/undotree.nix
2025-03-03 19:08:34 +00:00

1 line
50 B
Nix

{ plugins = { undotree = { enable = true; }; }; }