diff options
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 |