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
{{ message }}
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Requirements
Problem
It would be nice to be able to click on the directories and have a callback fire
an example use-case would be to open nerdtree or oil.nvim to that directory
Solution Suggestion
adding an additional onClick to the Entry class should be simple,
I'm not sure how you would want to implement it though
the current
to = {}
stuff could be made generic to to use the same click handlers with a default implementationconfiguration could be done pretty simply with a table
some additional parameters would be required on the Entry to make this useable, like the
filepath
one aboveWorkaround
No response
The text was updated successfully, but these errors were encountered: