ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.95k stars 892 forks source link

Neovim doesn't work #1821

Open nmder opened 2 years ago

nmder commented 2 years ago

Executing "nvim" results in an empty screen with a cursor on top. Nothing happens.

Thanks!!

Stianhn commented 2 years ago

I have the same experience. Using neovim v. 0.7.2.

For some reason it works when running it in verbose mode 🤔

gaetgu commented 2 years ago

Same experience here.

marchank0 commented 2 years ago

same ipadOS: 15.5 ish: 1.2.3 neovim: 0.7.2

Mnpn commented 2 years ago

Adding to this from @HeavySnowJakarta at #1868:

It jams randomly when running nvim, sometimes when starting, sometimes inputting commands, and sometimes reading the manuals.

ghost commented 1 year ago

Are you using the Alpine rootfs or the included one in iSH, as applications that do not require X and made for musl will work perfectly, unless it uses a syscall or function, and then you would have to mess with the iSH kernel, so if it is a iSH kernel issue, it is made to comply with iOS, how ever if you are good at kernel hacking you can easily make the iSH kernel Linux enough, and possiably transform it into the complete vanilla Linux Kernel.

But, the iSH kernel is out of date as it uses 4.20.69 compared to the latest version of 6.01. So if it requires the use of features added in later versions of the Linux kernel.

saagarjha commented 1 year ago

iSH currently uses its own reimplementation of Linux syscalls. The version number it reports is an arbitrary number we have chosen to return and can not be meaningfully compared to the Linux kernel version.

gukz commented 1 year ago

Still suffer from this issue. neovim still not working well, iOS: 16.3.1.

HeavySnowJakarta commented 1 year ago

Adding to this from @HeavySnowJakarta at #1868:

It jams randomly when running nvim, sometimes when starting, sometimes inputting commands, and sometimes reading the manuals.

Still suffering

metzenseifner commented 11 months ago

Still suffering with v0.8.3. I opened Lazy and it crashes before it could install anything.

iSH v1.3.2 Build 494

scripturial commented 2 months ago

Anyone tried neovim lately?

UPDATE: I just discovered this with more googling. There is a report neovim might work if you build from source.

https://medium.com/@lodes.gallons0s/run-neovim-on-your-ipad-with-ish-939111490d66

susandahal commented 2 months ago

Anyone tried neovim lately?

UPDATE: I just discovered this with more googling. There is a report neovim might work if you build from source.

https://medium.com/@lodes.gallons0s/run-neovim-on-your-ipad-with-ish-939111490d66

v0.8.1 works IMG_1544

nmder commented 2 months ago

nvim 0.10.1 works!!

Thanks for the pointer!!