Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsdstudio/ed593d4f33125e99ce88 to your computer and use it in GitHub Desktop.
Save dsdstudio/ed593d4f33125e99ce88 to your computer and use it in GitHub Desktop.
windows용 _vimrc 기본 설정
set enc=utf8
set fileencoding=utf8
set ts=4
set sw=4
set nu
set hlsearch
set ai
set nobackup
set visualbell
colorscheme darkblue
filetype on
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment