1.打开vim的设置文件
vim /etc/vimrc
2.在文件底部添加以下配置:
set ts=4
set expandtab
set autoindent
3.可以继续添加,显示行号的指令
set nu