Nathan Craddock
Nathan Craddock
Hi! Sorry I haven't had the time to look into this yet. It's on my todo list for this week, thank you for the reminder!
@dit7ya Thanks for doing that! I subscribed to the PR and I'll update the zf readme when it is merged.
I looked a bit more into this, and I can confirm that this bug also occurs in vim, not just neovim. Neovim's docs suggest using the following for restoring the...
@nzbart Sorry for the ambiguity. I found two solutions: 1. Remove the plugin and use the above autocommand in neovim. This removes the bug, but this autocmd is missing a...
As I mentioned in the other issue, sorry for not getting to this for nearly a year! I appreciate your checking that zf handles crazy cases. I think this is...
Actually, I think this issue serves as good enough documentation. If many people come asking, I'll update the readme.
Hi @bondzula sorry for the delay on replying. Right now I'm going to say maybe. I tried to design zf so that features like fzf search syntax aren't required. For...
No worries! Since you noticed the `.yml {search}` worked well enough, I'm not going to prioritize this feature. But I'll keep the issue open for now to see if anyone...
@VisenDev is correct. LuaJIT is wip, and that is why it isn't mentioned anywhere in the readme. Currently the build process is _mostly_ complete, but specific flags still need to...
Hey @bfredl! This is a use case I'm working on right now. Currently your approach is what I'm planning to do. Just a few months ago actually, using `ziglua.module("ziglua")` only...