diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-09-22 15:26:46 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-09-22 15:26:46 +0200 |
commit | dfa186ce08b670ba68d90eb96c82651de511ec7f (patch) | |
tree | df36c2f3ae6b74e6197110e35aedf3695a1140d4 /vim/vimrc | |
parent | 1d9a2025d3bb1c60c129d379bd067e7410770401 (diff) | |
parent | 40ba6afeb03d85860973f8888af5c7f290a1489e (diff) |
Merge branch 'master' of fucktheforce.de:xeno
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |