Finn Bainbridge

Results 3 comments of Finn Bainbridge

I'll start working on that!

I've had the same problem where it fails to launch, fullscreen or not fullscreen. Fortunately, it works perfectly through wine.

I had the same issue, the fix was to add this snippet of code to my .vimrc: ```vim if (has("termguicolors")) set termguicolors endif ```