Last active
July 30, 2016 11:00
-
-
Save oldratlee/dbedf03e6af6f5032a8c7773f08913ed to your computer and use it in GitHub Desktop.
.vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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