aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
m---------vim/bundle/Vundle.vim0
m---------vim/bundle/vundle0
-rw-r--r--vim/bundles.vim17
3 files changed, 10 insertions, 7 deletions
diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim
new file mode 160000
+Subproject 0b28e334e65b6628b0a61c412fcb45204a2f2ba
diff --git a/vim/bundle/vundle b/vim/bundle/vundle
deleted file mode 160000
-Subproject f31aa52552ceb40240e56e475e6df89cc756507
diff --git a/vim/bundles.vim b/vim/bundles.vim
index 5e60959..2affba0 100644
--- a/vim/bundles.vim
+++ b/vim/bundles.vim
@@ -1,14 +1,17 @@
" Vundle setup
-set rtp+=~/.vim/bundle/vundle/
-call vundle#rc()
-Bundle 'gmarik/vundle'
+set rtp+=~/.vim/bundle/Vundle.vim
+call vundle#begin()
+
+Plugin 'gmarik/Vundle.vim'
" My list of plugins.
-Bundle 'tpope/vim-surround.git'
-Bundle 'kien/ctrlp.vim.git'
-Bundle 'derekwyatt/vim-scala.git'
-Bundle 'fatih/vim-go'
+Plugin 'tpope/vim-surround.git'
+Plugin 'kien/ctrlp.vim.git'
+Plugin 'derekwyatt/vim-scala.git'
+Plugin 'fatih/vim-go'
+
+call vundle#end()
""
" Some small adjustments for the installed plugins.