Skip to content

Instantly share code, notes, and snippets.

@carld
Last active August 29, 2015 14:24
Show Gist options
  • Save carld/2d431b7e8c921e1ffea3 to your computer and use it in GitHub Desktop.
Save carld/2d431b7e8c921e1ffea3 to your computer and use it in GitHub Desktop.
.vimrc
:filetype plugin on
set softtabstop=2
set shiftwidth=2
set tabstop=8
set expandtab
set autoindent
set lisp
set showmatch
set matchtime=5
set smartcase
syntax enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment