ivim
ivim copied to clipboard
Alternative method to git clone submodule on iPadOS
- install
iVim
, we need to reboot the iPadOS 14.0+ to create “iVim” folder automatically. - install
iSH app
, runapk add git
in theiSH
app. - mount the “iVim” to the
iSH
, the command ismount -t ios iVim /mnt
, then select theiVim
folder in the pop up window . - in the
iSH
command line , run :
cd /mnt
git clone --recurse-submodules https://github.com/brettc/ivim.git
- then as Getting Going in the 5th step ,
echo “source ~/ivim/vimrc” > /mnt/.vimrc
( you could also runvi /mnt/.vimrc
in iSH app)
Ok that’s all
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?