13 lines
181 B
VimL
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
|