dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit cd850993acb16154cff50f46f15ea9915fb33c3b
parent 0d91f148f1b41efa8b2e971a92568f59248227ca
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Tue, 26 Jul 2016 12:31:09 -0700

Vim: Reorder vimrc.bundles

Diffstat:
vimrc.bundles | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/vimrc.bundles b/vimrc.bundles @@ -8,7 +8,12 @@ call vundle#rc() " load Vundle Plugin 'gmarik/Vundle.vim' -""" bow down to the tpope plug-ins!! +""" my plug-ins +" add nyan cat to status bar +Bundle 'edvb/catium.vim' +Bundle 'edvb/dmenu.vim' + +""" tpope plugins " toggle comments with gcc Bundle 'tpope/vim-commentary' " git plug-in @@ -28,11 +33,6 @@ Bundle 'tpope/vim-vinegar' " Readline in insert mode Bundle 'tpope/vim-rsi' -""" my plug-ins -" add nyan cat to status bar -Bundle 'edvb/catium.vim' -Bundle 'edvb/dmenu.vim' - """ language specific plug-ins " syntax checker Bundle 'Syntastic'