Files
config/vimrc
2011-02-07 16:33:34 +08:00

16 lines
244 B
VimL

set background=dark
set cindent
set encoding=utf8
set fileencoding=utf8
set fileencodings=ucs-bom,utf8,cp950,latin1
set hlsearch
set ignorecase
set incsearch
set nobomb
set nocompatible
set ruler
set secure
set smartcase
set t_Co=256
syntax on