vim映射两个指令,not an editor command

装了个autoformat,如果用 noremap :Autoformat 的话,可以运行但不缩进,所以我每次都要手打gg=G。
查了查,改成noremap gg=G | :Autoformat的话,vim报错E492: Not an editor command: :Autoformat
咋办