From 3a5861b8f8e54e3752ac8b9f23299334fa8ec2a5 Mon Sep 17 00:00:00 2001 From: Radoslav Stankov Date: Sun, 18 Sep 2016 21:58:22 +0300 Subject: [PATCH] Update Vundle --- dot/vim/bundle/Vundle.vim | 1 + dot/vim/bundle/vundle | 1 - dot/vim/config/bundles.vim | 12 +++++++++++- dot/vimrc | 8 -------- 4 files changed, 12 insertions(+), 10 deletions(-) create mode 160000 dot/vim/bundle/Vundle.vim delete mode 160000 dot/vim/bundle/vundle diff --git a/dot/vim/bundle/Vundle.vim b/dot/vim/bundle/Vundle.vim new file mode 160000 index 00000000..fef1c2f3 --- /dev/null +++ b/dot/vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit fef1c2f31862c44cf5295ef86c086efba4af20a9 diff --git a/dot/vim/bundle/vundle b/dot/vim/bundle/vundle deleted file mode 160000 index 49847675..00000000 --- a/dot/vim/bundle/vundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4984767509e3d05ca051e253c8a8b37de784be45 diff --git a/dot/vim/config/bundles.vim b/dot/vim/config/bundles.vim index 20b859f5..b281a6bc 100644 --- a/dot/vim/config/bundles.vim +++ b/dot/vim/config/bundles.vim @@ -1,4 +1,11 @@ -Plugin 'gmarik/vundle' +set nocompatible +filetype off + +set rtp+=~/.vim/bundle/Vundle.vim + +call vundle#begin('~/.vim/vundle') + +Plugin 'VundleVim/Vundle.vim' Plugin 'AndrewRadev/sideways.vim' Plugin 'AndrewRadev/splitjoin.vim' @@ -39,3 +46,6 @@ Plugin 'vim-scripts/Auto-Pairs' Plugin 'isRuslan/vim-es6' Plugin 'othree/es.next.syntax.vim' Plugin 'othree/javascript-libraries-syntax.vim' + +call vundle#end() +filetype plugin indent on diff --git a/dot/vimrc b/dot/vimrc index 4542eecd..3373065b 100644 --- a/dot/vimrc +++ b/dot/vimrc @@ -1,11 +1,3 @@ -" Pathogen -" runtime autoload/pathogen.vim -" call pathogen#infect() - -" Vundle -set runtimepath+=~/.vim/vundle/vundle -call vundle#rc('~/.vim/vundle') - " Configure runtime config/bundles.vim runtime config/settings.vim