Skip to content

Instantly share code, notes, and snippets.

@oldratlee
Last active July 30, 2016 11:00
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 oldratlee/dbedf03e6af6f5032a8c7773f08913ed to your computer and use it in GitHub Desktop.
Save oldratlee/dbedf03e6af6f5032a8c7773f08913ed to your computer and use it in GitHub Desktop.
.vimrc
set nocompatible
" set backspace=indent,eol,start
syntax on
set ignorecase
set hlsearch
set number
set relativenumber
set fileencoding=utf-8
set fileencodings=ucs-bom,utf-8,utf-16le,gb18030,cp936,big5,euc-jp,euc-kr,latin1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment