vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.84k stars 69 forks source link

`cargo install --git` install method? #205

Closed jarkkojs closed 4 months ago

jarkkojs commented 1 year ago

Is the use of GNU makefile a constraint, or can it be theoretically relaxed? build.rs exists to overcome some of the difficulties but e.g. I have no idea whether Rust can package man pages or not. Perhaps README.md could document the reasoning? No demans to "fix" anything.

vhakulinen commented 4 months ago

As of d77e7fb00d0344608d9283654a387e935b941778, gnvim requires gio settings schema to be present. So the make file stuff is required.