Skip to content

Instantly share code, notes, and snippets.

@zmagg
Created October 22, 2014 22:11
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 zmagg/8a4302cdd696a6d575f1 to your computer and use it in GitHub Desktop.
Save zmagg/8a4302cdd696a6d575f1 to your computer and use it in GitHub Desktop.
vimrc
syntax on
set number
filetype plugin on
set nocompatible
set modelines=0
filetype plugin indent on
syntax on
set expandtab
set shiftwidth=4
set tabstop=4
set ruler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment