Peter Luladjiev

Results 2 comments of Peter Luladjiev

Sorry! Actually I've double checked spaceline way of coloring and it does change the color only the far left segment not on the whole modeline. Is that possible?

The way I made it work is install [Zig language](https://ziglang.org/), and execute, from plugin's folder ```powershell zig cc -O3 -Wall -Werror -fpic -std=gnu99 -shared src/fzf.c -o build/libfzf.dll ``` basically the...