Skip to content

Instantly share code, notes, and snippets.

@glenselle
Last active October 21, 2015 18:08
Show Gist options
  • Save glenselle/de6fd06d4ce5609bb604 to your computer and use it in GitHub Desktop.
Save glenselle/de6fd06d4ce5609bb604 to your computer and use it in GitHub Desktop.
VIM configuration file for machines without any VIM love
syntax on
filetype on
set number
highlight LineNr ctermfg=grey
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment