summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 1 insertions, 3 deletions
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