-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Diff directories (not git rev) #533
Comments
Currently it seems diffing non-git files are not supported. Either diffview.nvim/lua/diffview/lib.lua Lines 19 to 39 in 4516612
Also advocating for this function. The name I haven't read code carefully, but on skip reading It seems like diffview.nvim is diffing manually but not relying on something like diffview.nvim/lua/diffview/diff.lua Lines 100 to 130 in 4516612
|
It could be using I'm assuming here (but am not sure at all) that diffview integrates with the output of git diff 🤔 |
Does diffview have support for this? |
Situation: Have two folders, e.g., two worktrees.
Desired behavior:
:DiffView path1/ path2/
(or equiv) and DiffView behaves as expected relative to the folders instead of the git rev.If this is already possible, please add this as a use case to the docs! It's powerful agnostic of the versioning tools used.
The text was updated successfully, but these errors were encountered: