vim 최소 설정

.vimrc

set ts=4
set autoindent
set cindent
set hlsearch
set showmatch

if has("syntax")
    syntax on
endif