VI 配置 June

au BufRead,BufNewFile SConstruct setfiletype python
set autoindent
set smartindent
set nocompatible
set nu
filetype on
set history=1000
set background=dark
syntax on
set ts=5
set shiftwidth=5
set showmatch
set ruler
set nohls
set incsearch
colorscheme torte
 
原文地址:https://www.cnblogs.com/zebra/p/1997703.html