Vim 최소 설정
업데이트:
vim 최소 설정
.vimrc
set ts=4
set autoindent
set cindent
set hlsearch
set showmatch
if has("syntax")
syntax on
endif
업데이트:
vim 최소 설정
set ts=4
set autoindent
set cindent
set hlsearch
set showmatch
if has("syntax")
syntax on
endif
댓글남기기