From 5dc14c231580f53a2e0d51317a37dbc685a36a15 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 10 Jun 2014 11:27:15 -0500 Subject: [PATCH] Vundle first --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 78d74d2..3c42d82 100644 --- a/vimrc +++ b/vimrc @@ -3,8 +3,8 @@ filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() -Plugin 'sheerun/vim-polyglot' Plugin 'gmarik/Vundle.vim' +Plugin 'sheerun/vim-polyglot' Plugin 'terryma/vim-multiple-cursors' Plugin 'chrisbra/csv.vim' "Plugin 'spreadsheet.vim'