Last active
July 21, 2018 13:31
-
-
Save bitdust/c3d611a5433f7587bbd1 to your computer and use it in GitHub Desktop.
vimrc 从零开始
This file contains hidden or 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 fileencodings=utf8,cp936,gb18030,big5 | |
syntax enable | |
syntax on | |
set tabstop=4 | |
set smarttab | |
set shiftwidth=4 | |
set expandtab | |
set cindent | |
set autoindent | |
filetype plugin indent on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment