From 55dd15fe4a3c853ea253f0815d4d2e2f331d2a80 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 22 Sep 2011 14:41:36 +0200 Subject: Add some new vim colorschemes and switch to busybee --- vim/vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index b7c81bf..8ef06b5 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,11 +1,10 @@ syntax on filetype plugin indent on set t_Co=256 -colorscheme vitamins +colorscheme BusyBee set tw=0 set sw=4 set ts=4 -""set expandtab set ls=0 set number set noerrorbells @@ -21,7 +20,6 @@ set colorcolumn=80 highlight ColorColumn ctermbg=darkred guibg=darkred set foldenable set listchars=tab:»· -set list autocmd bufnewfile *.py so ~/etc/vim/header_python autocmd bufnewfile *.html so ~/etc/vim/header_html -- cgit v1.2.3 From 40ba6afeb03d85860973f8888af5c7f290a1489e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 22 Sep 2011 15:24:19 +0200 Subject: Some new colors and switch to soruby --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim/vimrc') 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 -- cgit v1.2.3