vim编程简单配置
bash
set number
syntax on
set autoindent
set wrap
set relativenumber
set cursorline
filetype indent on
set tabstop=2