diff options
Diffstat (limited to 'vim/vimrc')
-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 |