追加如下内容到/etc/vimr (或者不同的用户家目录下的.vimrc文件中)
set encoding=utf8
filetype plugin indent on
syntax on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
上边的内容中还有设置缩进的选项