I followed this video and created a .vimrc file on my iOS for iVim, which looks like this:
.vimrc
iVim
set autoindent set nu
While set nu is recognised by iVim (and therefore the line enumeration is displayed), set autoindent doesn't work. If I instead execute it explicitly in the file, then it works.
set nu
set autoindent
1.4m articles
1.4m replys
5 comments
57.0k users