在/etc/vim目录下的vimrc文件下 添加
set nu//设置行号
set autoindent //自动缩进
set ts=4 //这个是设置tap的大小为4个空格 。
我的是ubuntu系统