最简单的方法,就是编辑 ~/.vimrc,追加如下内容
set ts=2 set sts=2 set sw=2 set expandtab syntax on filetype indent plugin on set ruler
效果如下
参考地址