summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r--.vim/bundles.vim20
1 files changed, 10 insertions, 10 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 850ece4..c32c005 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -8,31 +8,31 @@ call vundle#begin()
" on a fresh install you need to do:
" > config submodules update --init
" > vim -u .vim/bundles.vim +PluginInstall
-Plugin 'gmarik/vundle'
+Plugin 'VundleVim/Vundle.vim', {'name' : 'vundle'}
" fugitive -- git handling
Plugin 'tpope/vim-fugitive'
" gitv -- gitk for vim
-Plugin 'gitv'
+Plugin 'gregsexton/gitv'
" GUndo
-Plugin 'Gundo'
+Plugin 'sjl/gundo.vim'
" NERDTree
-Plugin 'The-NERD-tree'
+Plugin 'scrooloose/nerdtree'
" Tagbar
-Plugin 'Tagbar'
+Plugin 'majutsushi/tagbar'
" vim-latex
Plugin 'git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex'
" surround.vim
-Plugin 'surround.vim'
+Plugin 'tpope/vim-surround'
" advanced matching
-Plugin 'matchit.zip'
+Plugin 'tmhedberg/matchit'
" alternate files
Plugin 'a.vim'
@@ -41,20 +41,20 @@ Plugin 'a.vim'
Plugin 'toggle_words.vim'
" syntactic checkers
-Plugin 'Syntastic'
+Plugin 'scrooloose/syntastic'
" projects
Plugin 'project.tar.gz'
" GPG
-Plugin 'gnupg.vim'
+Plugin 'jamessan/vim-gnupg'
" Snippet Management
Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'
" Some nice shortcuts
-Plugin 'unimpaired.vim'
+Plugin 'tpope/vim-unimpaired'
" i3 Syntax highlighting
Plugin 'PotatoesMaster/i3-vim-syntax'