1. vimrc파일 설정
- ~/.vimrc에 설정해둔다
set nu
set autoindent
set cindent
set smartindent
set tabstop=4
set shiftwidth=4
set nobackup
set hls
syntax on
set visualbell
filetype on
set showmatch
colorscheme default
filetype indent on