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
2.1m questions
2.1m answers
60 comments
57.0k users