-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support broot? #5
Comments
I'm not sure as I've never used broot before. How might you suggest I accomplish this? |
So actually I think I could implement this if broot has |
The most recent commit should have done this. For future reference, you could also clone the repo and include it in your list of plugins. The following should work assuming you use packer...
use {'~/fm-nvim'} With that, you wouldn't need to have those functions be public. Hope this helps! 😄 |
After some tinkering around, I've found one possible way of supporting broot. It's by using...
Using the following will use The following resources may help... If you would like to try it out, use the following in neovim...
and then type...
in broot once you have selected a file. |
Latest commit fixes the issue. LMK if there's anything that's missing or that is buggy :) |
https://github.com/Canop/broot
Would it be possible to add support for broot in this plugin?
The text was updated successfully, but these errors were encountered: