Vimでコピペするときにautoindentを有効にしていると、それが働きずれて見づらくくなる。
:set paste コマンドでpasteモードに入ってペーストするとOK
解除するときは :set nopaste
ref: http://stackoverflow.com/questions/2514445/turning-off-auto-indent-when-pasting-text-into-vim
Turning off auto indent when pasting text into vim
関連