Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mike-boddin
Created December 8, 2015 09:26
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 mike-boddin/0c0d997ba939fb9126f2 to your computer and use it in GitHub Desktop.
Save mike-boddin/0c0d997ba939fb9126f2 to your computer and use it in GitHub Desktop.
.vimrc
syntax on
set background=dark
set hlsearch
set nu
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set cursorline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment