set hlsearch " 검색어 하이라이팅 set nu " 줄번호 set ruler " 현재 커서 위치 표시 set showmatch " 일치하는 괄호 하이라이팅 " Syntax Highlighting if has("syntax") syntax on endif