aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:23:10 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:23:10 +0200
commit9d354bc3d014aea3dc0abcf59b3dc90c583b4fd5 (patch)
tree6badbae2b9fc4aabd12236277f54ed29aad9ee66 /vim
parent6c817f2476e8191a8a6d6d5880162a5c0990070f (diff)
downloaddotfiles-9d354bc3d014aea3dc0abcf59b3dc90c583b4fd5.tar.xz
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.
Diffstat (limited to 'vim')
-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