diff --git a/vimrc b/vimrc new file mode 100644 index 0000000..587dc21 --- /dev/null +++ b/vimrc @@ -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