You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a feature in the original Emacs dirvish that would be great to have. Using the attribute git-msg you can see the last commit that modified a file or directory, just like how it is shown on github/gitlab.
As far as I can find, there is not yet any way to do this in dirvish; it probably makes sense to make a separate plugin for this, but any pointers would be much appreciated.
The text was updated successfully, but these errors were encountered:
The last two don't apply to the emacs dirvish! Though, it looks like a cool plugin.
Anyway... now that Vim and Nvim have "virtual text", vim-dirvish should add a hook similar to dirvish#add_icon_fn, perhaps named something like dirvish#add_overlay(). Then plugins could add virtual text next to filenames.
justinmk
changed the title
How to show the last commit that modified a file or directory
show the metadata next to filename
Jun 4, 2023
There's a feature in the original Emacs dirvish that would be great to have. Using the attribute
git-msg
you can see the last commit that modified a file or directory, just like how it is shown on github/gitlab.As far as I can find, there is not yet any way to do this in dirvish; it probably makes sense to make a separate plugin for this, but any pointers would be much appreciated.
The text was updated successfully, but these errors were encountered: