vim/.vimrc @ f337a0ab53ef

Add a default diff context amount.
author Steve Losh <steve@stevelosh.com>
date Sun, 07 Feb 2010 13:45:05 -0500
parents 3eba74238c88
children 739f1bc274bb
set nocompatible
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set wrap
set lbr

set showmatch
set ruler
set incsearch
set backspace=indent,eol,start
set nu
set hls

syntax on
set background=dark

runtime! autoload/pathogen.vim
if exists('g:loaded_pathogen')
  call pathogen#runtime_prepend_subdirectories(expand('~/.vimbundles'))
end

colorscheme delek