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