Ville Hakulinen
Ville Hakulinen
As a fellow gui developer, this feature seems a bit out of place. Many of the problems could be solved by diverging further from the TUI aspect. Winbar and statusline?...
Any work being done with this?
Wish I had time to stuff like this.. =/
Had the [same](https://github.com/neovim/neovim/issues/1890) problem. Install python2 version of the neovim stuff.
> 3. ~Is running tests in Hermes/JSC something that's possible without massive changes?~ (Out of scope given the difficulty and the fact that Jest is more focused on unit tests.)...
> Do I need to set up XQuartz somehow? I don't know, you could give it a try. FWIW [gtk-rs docs](https://gtk-rs.org/gtk4-rs/stable/latest/book/installation_macos.html) instructs to install gtk4 through brew, not macports.
Either: * Make sure the [install-schema](https://github.com/vhakulinen/gnvim/blob/a02b09056ddd6a895bf2860090a3b8dcf69b00c7/Makefile#L40-L48) target is ran correctly (its important that the schema is set to correct place and that the schemas are compiled) * Revert/disable the settings...
Would be nice to have updated examples for react router on the website.
Unfortunately, I don't have the bandwidth to do that at the moment. (I hope my comment didn't come off as rude, I really appreciate all the work done by you...
We could read [gtk-application-prefer-dark-theme](https://docs.gtk.org/gtk4/property.Settings.gtk-application-prefer-dark-theme.html) and pass that information to neovim on startup. If that property does what is required, feel free to make a merge request. Ref #142