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