vim/.vimrc @ 1f03dce228f5

Move Mercurial out of gorilla for now.
author Steve Losh <steve@stevelosh.com>
date Wed, 20 Jan 2010 00:25:06 -0500
parents 5e9b8669ce08
children 3eba74238c88
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 molokai