Mika Vilpas
Mika Vilpas
This was implemented in #650 using a different approach.
Any idea how sorting results could be implemented? It seems like getting new results requires re-sorting all the results to get the correct sort order. I guess it might be...
I did some research (mainly for myself, please ignore if not useful): - basic chatgpt explanation of how lsp defines this feature https://chatgpt.com/share/675aff7d-8da4-800e-8750-bbdd2b917b8b - I tried to look how nvim-cmp...
Oh that's super cool, thanks for the heads up! I'll try it out.
I am just a bystander, but have been looking at ways to use rust and mlua for neovim plugins. Maybe you're already aware of it, but I think the best...
Hi! You can use this to pin to a version that works for nvim 0.10.2 https://github.com/mikavilpas/yazi.nvim/issues/919#issuecomment-2847099643 Could you try and see if it also works for nvim 0.10.1? The idea...
Actually, I removed backward compatibility intentionally as I don't have enough time to maintain it. I try to support nightly and stable only. It's a bit unfortunate, but it's a...
Looks like this has been resolved and can be closed.
Hi, glad you're enjoying it! I think I'll add support for this in the future. For now, you can try `:Yazi toggle` which is a "dumb" implementation. It simply reopens...
I kinda forgot about this for a long time... But I think I could still finish it. To do this, I think the following can be worked on: - There...