nixvim/config/undotree.nix
2025-03-02 20:53:35 +00:00

1 line
50 B
Nix

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