diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:23:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:23:10 +0200 |
commit | 9d354bc3d014aea3dc0abcf59b3dc90c583b4fd5 (patch) | |
tree | 6badbae2b9fc4aabd12236277f54ed29aad9ee66 | |
parent | 6c817f2476e8191a8a6d6d5880162a5c0990070f (diff) | |
download | dotfiles-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.
-rw-r--r-- | vim/vimrc | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 |