From 02e7c19d570ee03b90e4013926cdf8dfc2a1f324 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Fri, 26 Aug 2016 18:17:32 +0200 Subject: [PATCH] Neobundle and mypeachpuff --- init.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/init.vim b/init.vim index 20548bb..a16e1d9 100644 --- a/init.vim +++ b/init.vim @@ -59,11 +59,11 @@ if has('vim_starting') endif " Required: -call neobundle#begin(expand('/home/thomas/.nvim/bundle')) +" call neobundle#begin(expand('/home/thomas/.nvim/bundle')) " Let NeoBundle manage NeoBundle " Required: -NeoBundleFetch 'Shougo/neobundle.vim' +" NeoBundleFetch 'Shougo/neobundle.vim' " NeoBundle 'Shougo/vimproc.vim', { " \ 'build' : { @@ -77,14 +77,14 @@ NeoBundleFetch 'Shougo/neobundle.vim' " NeoBundle 'Quramy/tsuquyomi' " Required: -call neobundle#end() +" call neobundle#end() " Required: -filetype plugin indent on +" filetype plugin indent on " If there are uninstalled bundles found on startup, " this will conveniently prompt you to install them. -NeoBundleCheck +" NeoBundleCheck "End NeoBundle Scripts------------------------- " Vundle @@ -102,7 +102,7 @@ NeoBundleCheck " COLOR #############################################################{{{ set background=dark " use dark background syntax enable " enable syntax processing -colorscheme mypeachpuff " awesome colorscheme +colorscheme peachpuff " awesome colorscheme " }}} " INDENTATION #######################################################{{{