vim:ko

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
  • vim/ko.txt
  • 마지막으로 수정됨: 2024/06/08 05:51
  • 저자 writer