summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-02-16 13:03:44 +0100
committerStefan Ritter <xeno@thehappy.de>2010-02-16 13:03:44 +0100
commit8d748d46c3ac62bbb2d25bfb4cb972ad2dd7ffcf (patch)
treecca9a781aac9436840fbef698d72db1da658e6d8 /vim/vimrc
parent56d43893c471448ef70367bcf6464495fdff6b2c (diff)
Added vim-colorscheme for 256 colors
Diffstat (limited to '')
-rw-r--r--vim/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1cd7074..58cfbdc 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,7 +1,8 @@
syntax on
-colorscheme slate
+colorscheme desert256
filetype plugin indent on
+set t_Co=88 " 88 colors
set ls=0 " disable statusbar
set number " enable linenumbers
set noerrorbells " bell sucks
@@ -13,6 +14,7 @@ set nobackup " get rid of backupfiles
set listchars=tab:»·
set list " enable tab chars
+
" NERDtree stuff
let g:NERDTreeQuitOnOpen = 1
let g:NERDChristmasTree = 1