devops
Vim 최소 설정
디클냥
2025. 5. 20. 14:03
vim 최소 설정
.vimrc
set ts=4
set autoindent
set cindent
set hlsearch
set showmatch
if has("syntax")
syntax on
endif