- Add vimrc

This commit is contained in:
Gea-Suan Lin
2010-11-03 17:38:44 +08:00
parent f52ce5a71c
commit 61b9e41146

12
vimrc Normal file
View File

@@ -0,0 +1,12 @@
set background=dark
set cindent
set fileencoding=utf8
set fileencodings=utf8,cp950,latin1
set hls
set incsearch
set nobomb
set nocompatible
set ru
set secure
set t_Co=256
syntax on