set number set relativenumber
set cursorline
set smarttab " 输入tab时转化为空格 set expandtab set tabstop=4 set shiftwidth=4 " 自动缩进 set autoindent
set nobackup
Vim 简单配置
原文:https://www.cnblogs.com/hosealyu1996/p/10201459.html