Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Deprecate
+ranger
flag, use package dirvish by default and rewrite the module based on it. Doing so we can remove these packages and their associated hacks:all-the-icons-dired
,dired-rsync
,fd-dired
,dired-git-info
,ranger
. See file log below for details.purcell/diredfl@f9140b2c4215 -> purcell/diredfl@62b559e1d6b6 alexluigit/dirvish@73dcaa404da9 -> alexluigit/dirvish@11a3bec247b9
vc-state
from dirvish to render the vc gutter instead of diff-hl-dired-mode, doing so we get better performance and integration with the dired module.+ranger
flagdired-hide-details-hide-symlink-targets
to t, show symlink target on mode-line insteaddired-listing-switches
can be simplified as such and the+dired-disable-gnu-ls-flags-maybe-h
can be safely removed.dirvish-quit
. One can setdirvish-reuse-session
to nil to get similar behavior to+dired/quit-all
.dired-rsync
withdirvish-rsync
all-the-icons-dired
, useall-the-icons
attribute in dirvish to implement the+icons
flag.git-msg
attribute from dirvish to replace dired-git-info-mode.collapse
attribute for+dirvish
flagsubtree-state
attribute for+icons
flagdirvish-subtree-toggle
Fix: doomemacs#6562
Replace: doomemacs#6568
Ref: https://github.com/alexluigit/dirvish/blob/a877ba816f907daea2d86bd10754bec6484e753a/dirvish-extras.el#L172-L190
Ref: alexluigit/dirvish#34
Ref: https://github.com/alexluigit/dirvish/blob/main/docs/COMPARISON.org#find-dired--fd-dired
Ref: https://github.com/alexluigit/dirvish/blob/main/docs/COMPARISON.org#all-the-icons-dired
Ref: https://github.com/alexluigit/dirvish/blob/main/docs/COMPARISON.org#dired-git-info--diff-hl--dired-k
Ref: https://github.com/alexluigit/dirvish/blob/main/docs/COMPARISON.org#dired-rsync