Created
May 9, 2018 06:33
-
-
Save nopedev/9f1ba40a73e40d1dcc065f429839bb1b to your computer and use it in GitHub Desktop.
.vimrc simple setting
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
"Syntax Highlighting | |
if has("Syntax") | |
syntax on | |
endif | |
set autoindent | |
set cindent | |
set ts=4 | |
set shiftwidth=4 | |
set number | |
set showmatch | |
set smartcase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment