Skip to content

Instantly share code, notes, and snippets.

@kometchtech
Created December 5, 2017 05:56
Show Gist options
  • Save kometchtech/d0edcc184f043afcb9845297614c1569 to your computer and use it in GitHub Desktop.
Save kometchtech/d0edcc184f043afcb9845297614c1569 to your computer and use it in GitHub Desktop.
" vimrc
set tabstop=4
set autoindent
set smartindent
set expandtab
set shiftwidth=4
set ambiwidth=single
set cursorline
if &t_Co > 1
syntax enable
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment