Gastón Tonietti

Results 13 comments of Gastón Tonietti

Ohh, I was so bitten by this too! I was blaming it on Cats Effect and Tapir, I never thought of a JSON encoder as the cause for a thread...

Ouch. You're right, I just expect any issue related to derivation to occur at compile time, but this one is tricky.

Taking a look at the error it seems it is having problems to detect vimrc from the rest of the sources. I don't have any Windows box to test it...

I think it can be related to the `_` or the `\` when trying to do the matching. I don't need the whole output, just look for a line with...

You didn't put the real output for `:echo $MYVIMRC`. is it `C:\Users\pmc\_vimrc` ? And please let me know the output of `:echo glob('~\_vimrc')` they should be the same for it...

Hi @pmcRTR I wasn't able to reproduce it. The comparison is working as expected in my linux box for the windows paths you provided. Maybe we can work on it...

It should be in any of my commits. You already have the repo cloned. Use git log for listing the commits, my mail should be there. On Thu, Oct 1,...

Confirmed. I didn't realize until now that the plugin is not looking into imaps, maybe coz I find really rare to use leader mappings in insert mode. But will see...

Hey guys, @charleso and I are thinking about resuming the work on the scala port and I thought we could use some input from you so all the work done...

I think I've been bitten by the same bug