From 9d354bc3d014aea3dc0abcf59b3dc90c583b4fd5 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 19 Apr 2015 05:23:10 +0200 Subject: vim: Don't use dayleree's colour-scheme bundle anymore I'm using a custom version anyway, and the current repo one is completely different. --- vim/vimrc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 82e34ad..9d6c512 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -17,18 +17,16 @@ NeoBundle 'Shougo/vimproc', { \ }, \ } NeoBundle 'Shougo/unite.vim' - -" Colorscheme❤ -NeoBundle "daylerees/colour-schemes", { "rtp": "vim-themes/" } -colorscheme Darkcustomside - NeoBundle 'mattn/emmet-vim' NeoBundle 'miekg/rfc' NeoBundle 'tommcdo/vim-exchange' call neobundle#end() -" Make backspace behave in a sane manner. +" Colorscheme +colorscheme Darkcustomside + +" Allow backspacing over everything in insert mode set backspace=indent,eol,start syntax on -- cgit v1.2.3-54-g00ecf