-
Notifications
You must be signed in to change notification settings - Fork 28
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
Delay when opening Yazi with vim-projectionist #638
Comments
This conflicts with yazi.vim: mikavilpas/yazi.nvim#638
Thanks a lot for the reproduction! It was very helpful, and I was able to reproduce the issue. It looks like that plugin hijacks a huge number of internal calls. I didn't figure out what exactly causes the slowdown, but I found some workarounds that resolve it:
|
Thanks for the support! This also solves it for me. Given how much stuff |
Closing this as it seems everything has been resolved 👍🏻 |
First of all thanks for the support ❤️
There's a delay when running
:Yazi
with vim-projectionist and the following config (note the*
glob pattern):Minimal reproducible example based on
repro.lua
. I marked the two ADDED lines.repro.lua:
Extracted from #603
The text was updated successfully, but these errors were encountered: