summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-09-22 15:26:46 +0200
committerStefan Ritter <xeno@thehappy.de>2011-09-22 15:26:46 +0200
commitdfa186ce08b670ba68d90eb96c82651de511ec7f (patch)
treedf36c2f3ae6b74e6197110e35aedf3695a1140d4 /vim/vimrc
parent1d9a2025d3bb1c60c129d379bd067e7410770401 (diff)
parent40ba6afeb03d85860973f8888af5c7f290a1489e (diff)
Merge branch 'master' of fucktheforce.de:xeno
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc8
1 files changed, 3 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index b7c81bf..ad6a597 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,11 +1,10 @@
syntax on
filetype plugin indent on
set t_Co=256
-colorscheme vitamins
+colorscheme soruby
set tw=0
set sw=4
set ts=4
-""set expandtab
set ls=0
set number
set noerrorbells
@@ -17,11 +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 list
+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