兎の流れ
兎の流れ
This issue is caused by the library **/usr/lib/libicucore.dylib** provided by Catalina. As you can see, it doesn't contain the required function symbol: ```sh $ objdump -t /usr/lib/libicucore.A.dylib | grep -i...
It might be worth mentioning that this is also already unconditionally enforced by [rustfmt](https://github.com/rust-lang/rustfmt/commit/0c5f5082dcaf19944abc17d8b2275a6dc35a0e9b) (`:fmt?`). So if #279 is implemented/merged, we'd have at least 2 features which enforce this, and...
I'll close this for now, because indeed, this solution might be too invasive for some, but I'd rather avoid yet another very specific configuration option. I'd rather rethink it and...
Thank you for the suggestions @oknozor . No success so far, unfortunately: - `WGPU_BACKEND=vulkan onagre` didn't work, it gives the same result. - I tried to build from source but...
I came across https://github.com/taiki-e/cargo-config2: It might make sense using that to load the configuration...
The file tree explorer works pretty well, but I'm worried about the implementation not using a buffer as the underlying model for the file tree. This leads to bindings for...
Good question! Indeed, Helix is completely built upon the `selection -> verb` model. There is currently no way to get around this just by adjusting the configuration. It's possibly to...
Thank you for the detailed info! I can indeed confirm that `diw` works, but `di"`, `di[` and `di]` don't work yet, much like `cf(` as you correctly noted. That's because...
Ahh yes, I realize that may be a bit confusing: It basically says that you didn't _explicitly_ enable or disable evil-mode anywhere. The idea behind that is that users can,...
Good idea, I was just about to merge some clarifications, might as well add that to the README.