문서의 이전 판입니다!
vim
.vimrc
- .vim.rc
if has("syntax") syntax on endif set hlsearch set nu set autoindent set ts=4 set sts=4 set laststatus=2 set shiftwidth=4 set showmatch set smartcase set smarttab set smartindent set ruler set fileencodings=utf8,euc-k
문서의 이전 판입니다!
if has("syntax")
syntax on
endif
set hlsearch
set nu
set autoindent
set ts=4
set sts=4
set laststatus=2
set shiftwidth=4
set showmatch
set smartcase
set smarttab
set smartindent
set ruler
set fileencodings=utf8,euc-k