Files
config/vimrc
Gea-Suan Lin 61b9e41146 - Add vimrc
2010-11-03 17:38:44 +08:00

13 lines
181 B
VimL

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