diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-09-22 15:24:19 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-09-22 15:24:19 +0200 |
commit | 40ba6afeb03d85860973f8888af5c7f290a1489e (patch) | |
tree | fc5632979224eb50a6d6692617cfa19aaff9e236 /vim/vimrc | |
parent | 55dd15fe4a3c853ea253f0815d4d2e2f331d2a80 (diff) |
Some new colors and switch to soruby
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |