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
댓글남기기