配置文件地址为/etc/vimrc

set number

set history=1000

set autoindent

set smartindent

set tabstop=4

set shiftwidth=4

set showmatch

syntax on