summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-10-27 00:01:35 +0200
committerStefan Ritter <xeno@thehappy.de>2010-10-27 00:01:35 +0200
commitada03bc2100087908d325f3b3dcda9e451f8f899 (patch)
treeecd5b268de82c595a19af3a3200b8f0e07a73cb4 /vim/vimrc
parentf0bb4145aeee24c6dd430205d58d5a50efc279c7 (diff)
Some color stuff
Diffstat (limited to '')
-rw-r--r--vim/vimrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fd16aa3..5ece059 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,17 +1,17 @@
syntax on
-colorscheme slate
+colorscheme Mustang_Vim_Colorscheme_by_hcalves
filetype plugin indent on
set t_Co=88 " 88 colors
-set ls=0 " disable statusbar
-"set number " enable linenumbers
+set ls=0
+set number " enable linenumbers
set noerrorbells " bell sucks
set autoindent
-set tabstop=8
+set tabstop=4
set shiftround
set modeline " enable modelines
set nobackup " get rid of backupfiles
-set listchars=tab:»·
+"set listchars=tab:»·
"set list " enable tab chars