holzschu / a-Shell-commands

shell commands, pre-compiled to webAssembly, ready to use in a-Shell
554 stars 21 forks source link

will love to be able to install neovim #39

Open jalberto opened 1 year ago

jalberto commented 1 year ago

Is there any possibility?

neovim should be ready to be built for ipad

holzschu commented 1 year ago

You cannot install a command as complex as neovim on your own inside a-Shell.

Depending on your level of motivation, material and fluency in Xcode, C and curses, you can try to compile neovim as an iOS framework, which I'll then be able to add to a-Shell (see how I did it with Vim here: https://github.com/holzschu/vim especially build_vim_xcframework.sh)