.vimrc @ 3427b1b94e54

Remove the alias hgext.  It'll be in core soon, and is unused anyway.
author Steve Losh <steve@stevelosh.com>
date Sun, 31 May 2009 03:22:22 -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