Skip to content

Instantly share code, notes, and snippets.

@cho0h5
Last active July 16, 2023 09:10
Show Gist options
  • Save cho0h5/40fce65c222c67eabb59609c045d3101 to your computer and use it in GitHub Desktop.
Save cho0h5/40fce65c222c67eabb59609c045d3101 to your computer and use it in GitHub Desktop.
# In ~/.vimrc
set ts=4 " tab 크기를 4칸으로
set sw=4
set autoindent " 자동 들여쓰기
syntax on " syntax highlighting on
set nu " 줄 번호 표시
" 컬러 이쁘게 변경
" $ mkdir -p ~/.vim/colors
" $ wget https://raw.githubusercontent.com/nordtheme/vim/main/colors/nord.vim -P ~/.vim/colors
colorscheme nord
set mouse=a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment