We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iVim
iSH app
apk add git
iSH
mount -t ios iVim /mnt
cd /mnt git clone --recurse-submodules https://github.com/brettc/ivim.git
echo “source ~/ivim/vimrc” > /mnt/.vimrc
vi /mnt/.vimrc
Ok that’s all
The text was updated successfully, but these errors were encountered:
I followed the steps here exactly. When I then attempt to edit files, I get this error…
vim-stay error E739: Cannot create directory: /var/mobile/Containers/Data/Application/6CBA11C4-655E-4B24-8E5D-E1F88802E8E2/Documents/.vim/view
Something to do with vim-stay/FastFold apparently. Even when I delete iVim and install fresh, this error appears. Surely you’ve encountered the same?
Sorry, something went wrong.
No branches or pull requests
iVim
, we need to reboot the iPadOS 14.0+ to create “iVim” folder automatically.iSH app
, runapk add git
in theiSH
app.iSH
, the command ismount -t ios iVim /mnt
, then select theiVim
folder in the pop up window .iSH
command line , run :echo “source ~/ivim/vimrc” > /mnt/.vimrc
( you could also run
vi /mnt/.vimrc
in iSH app)Ok that’s all
The text was updated successfully, but these errors were encountered: