I am learning Vim but I thought this was a simple task but I cannot get it to work. I have browser SO but the solutions are not working for me.
I am trying to correctly indent an file (xml). The command I use is:
gg=G
or ggVG= (made this one up myself probably does something different ;))
My .vimrc is:
syntax on
filetype plugin indent on
set nu