myth0genesis
myth0genesis
Just downloaded the pre-built .exe and it works for me.
And here's my dxdiag. [DxDiag.txt](https://github.com/neovide/neovide/files/15371028/DxDiag.txt)
Just popping in to say this works for me on Windows. I primarily am concerned with supporting Windows and Linux, so I won't be testing for WASM or MacOS, but...
> For now, you should be able to use `let g:neovide_fullscreen=1` inside Neovide. This doesn't seem to be respected by Neovide; it does nothing.
`lua vim.g.neovide_fullscreen = true` doesn't seem to do anything, either.
Okay. I just got it to go fullscreen. Apparently you have to toggle `vim.g.neovide_fullscreen = false` then switch it back to `true`.
Okay. So here's what I think is happening. If Neovide is configured to start up with `vim.g.neovide_fullscreen = true`, the variable gets changed, but it's changed before Neovide has the...