Miguel Berrio

Results 8 comments of Miguel Berrio

So here is a simple config file: ``` call plug#begin($NVIM_PLUG_DIR) Plug 'OmniSharp/omnisharp-vim' Plug 'roxma/nvim-yarp' Plug 'ncm2/ncm2' Plug 'ncm2/ncm2-bufword' call plug#end() " OmniSharp in WSL let g:OmniSharp_translate_cygwin_wsl = 1 let g:OmniSharp_loglevel...

Do you have any idea what I can try, in order to solve it?

I just downgraded to WSL1 and everything works, so it seems that way 🤔

Thank you very much, I'll test this in the next few days, when I get a little more time... 👍

Wow, the "next few days" turned out to be a very long time! I'm sorry 🙈 The workaround does work and now I'm using WSL 2. Thank you very much.

@erikreinert Sorry that it took so long... But the conflicts were resolved

Oh that is a good point... For formatting the code I use [formatter.nvim](https://github.com/mhartington/formatter.nvim), which uses the `rustfmt` binary on my system. But I can see that it is also installed...

So I tried a couple of things, but even with the minimal profile of the rust toolchain we end up with a 1.57 GB container. Compared to the 934 MB...