Skip to content

Instantly share code, notes, and snippets.

@retrage
Last active August 29, 2015 14:05
Show Gist options
  • Save retrage/df7a8e3afd4d1d4932e5 to your computer and use it in GitHub Desktop.
Save retrage/df7a8e3afd4d1d4932e5 to your computer and use it in GitHub Desktop.
My .vimrc file.
syntax on
filetype indent plugin on
set tabstop=8 expandtab shiftwidth=4 softtabstop=4
set number
set mouse=
set nocompatible
set incsearch
set clipboard=unnamed,autoselect
"foo bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment