Skip to content

Instantly share code, notes, and snippets.

@nopedev
Created May 9, 2018 06:33
Show Gist options
  • Save nopedev/9f1ba40a73e40d1dcc065f429839bb1b to your computer and use it in GitHub Desktop.
Save nopedev/9f1ba40a73e40d1dcc065f429839bb1b to your computer and use it in GitHub Desktop.
.vimrc simple setting
"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