summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-09-22 15:24:19 +0200
committerStefan Ritter <xeno@thehappy.de>2011-09-22 15:24:19 +0200
commit40ba6afeb03d85860973f8888af5c7f290a1489e (patch)
treefc5632979224eb50a6d6692617cfa19aaff9e236 /vim/vimrc
parent55dd15fe4a3c853ea253f0815d4d2e2f331d2a80 (diff)
Some new colors and switch to soruby
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8ef06b5..ad6a597 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,7 +1,7 @@
syntax on
filetype plugin indent on
set t_Co=256
-colorscheme BusyBee
+colorscheme soruby
set tw=0
set sw=4
set ts=4
@@ -16,10 +16,10 @@ set shiftround
set modeline
set nobackup
set nohlsearch
-set colorcolumn=80
-highlight ColorColumn ctermbg=darkred guibg=darkred
set foldenable
set listchars=tab:»·
+set colorcolumn=80
+highlight ColorColumn ctermbg=darkred guibg=darkred
autocmd bufnewfile *.py so ~/etc/vim/header_python
autocmd bufnewfile *.html so ~/etc/vim/header_html