.vimrc @ cc98f087d46b

Use the hg prompt extension and clean the hell out of the colors.
author Steve Losh <steve@stevelosh.com>
date Fri, 19 Jun 2009 20:51:07 -0400
parents da2751a0739f
children (none)
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