Skip to content

Instantly share code, notes, and snippets.

@DexterHaslem
Last active December 15, 2015 07:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DexterHaslem/5225938 to your computer and use it in GitHub Desktop.
Save DexterHaslem/5225938 to your computer and use it in GitHub Desktop.
_vimrc
set nocompatible
set gfn=Source_Code_Pro:h10:cANSI
execute pathogen#infect()
set smartindent
set autoindent
set tabstop=4
set shiftwidth=4
set showcmd
set showmatch
set ignorecase
set smartcase
set incsearch
set ruler
set number
set hlsearch
set cul
set background=dark
colorscheme slate
filetype off
call pathogen#incubate()
filetype plugin indent on
syntax on
"au VimEnter * RainbowParenthesesToggle
"au Syntax * RainbowParenthesesLoadRound
"au Syntax * RainbowParenthesesLoadSquare
"au Syntax * RainbowParenthesesLoadBraces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment