主要实现自动缩进,换行等功能。

一个很简单的.vimrc

主要实现自动缩进,换行等功能。

set nocompatible
set columns=80
set tabstop=4
set ruler
set noexpandtab
set number
set ignorecase
set wrapmargin=15
set cindent
set shiftwidth=4
syntax on