diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-09-22 14:41:36 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-09-22 14:41:36 +0200 |
commit | 55dd15fe4a3c853ea253f0815d4d2e2f331d2a80 (patch) | |
tree | 6c3719175597ddcb029907db0c6ef386fd5ca5ca /vim/vimrc | |
parent | 9f7e8475adcc18e5a7b93c59862148356e69c5f7 (diff) |
Add some new vim colorschemes and switch to busybee
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |