Closed Matt-Deacalion closed 9 months ago
@Matt-Deacalion yadm config yadm.alt-copy true
would fix this issue, as well.
This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been labeled as stale for 7 days with no activity.
I sometimes use
sudo -E vim <file>
to edit root owned files, while maintaining my editor's configuration. I noticed that with the vim-signify plugin, all of my yadm symlinks get wiped out whenever I do this. This is because it performs ayadm diff
on startup, which removes symlinks when run withsudo -E
.I fixed this by running:
Just posting this in case anybody else has a similar problem. Thank you for this tool, it's brilliant.