Skip to content

Instantly share code, notes, and snippets.

@grantmcconnaughey
Created March 14, 2016 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantmcconnaughey/b341cddabd950d5da5ef to your computer and use it in GitHub Desktop.
Save grantmcconnaughey/b341cddabd950d5da5ef to your computer and use it in GitHub Desktop.
My .vimrc
syntax on
filetype indent on
set number
set autoindent
set tabstop=4
set expandtab
set shiftwidth=4
highlight LineNr ctermfg=grey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment