first real commit, started clean
[dotfiles.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 62e1bac..2d38495 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -1,8 +1,7 @@
 execute pathogen#infect()
 filetype indent plugin on
 syntax enable
-set background=dark
-colorscheme 256-grayvim
+colorscheme elflord
 
 set encoding=utf-8
 set history=1000
@@ -23,8 +22,6 @@ set foldnestmax=2
 set nofoldenable
 set cc=80
 set textwidth=79
-set list
-set listchars=tab:\ \ ,eol:¬,trail:_,precedes:<,extends:>
 
 " Source the vimrc while editing
 autocmd! bufwritepost .vimrc source %