summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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