nikvdp / neomux

Control Neovim from shells running inside Neovim.
MIT License
350 stars 11 forks source link

how to reproduce compiled Python executables stored in plugin/Linux.x86_64.bin and https://github.com/nikvdp/neomux/tree/master/plugin/Darwin.x86_64.bin #18

Closed matu3ba closed 1 year ago

matu3ba commented 1 year ago

The binaries itself are also huge and I dont understand, why you dont want to commit the source files into this repo for others to hack on.

nikvdp commented 1 year ago

They are committed into this repo, if you'd like to hack on them feel free! You can reproduce them by running plugin/scripts/build-nvr.sh in this repo (you'll need pyinstaller and the neovim-remote python package installed).

You don't need them, you can also just install neovim-remote yourself via pip as the README mentions. They're just there as a convenience so that the plugin works out of the box without forcing end users to install python or deal with python dependencies and virtualenv issues.

nikvdp commented 1 year ago

closing this for now, but feel free to re-open if you have more questions