From 5c757e87bc308a801ac89e6a8c6c7b61acac3f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 9 Jul 2016 20:43:43 +0200 Subject: [vim] Updated bundles to directly use github urls --- .gitmodules | 2 +- .vim/bundle/vundle | 2 +- .vim/bundles.vim | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitmodules b/.gitmodules index cbe1e57..4f84c86 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule ".vim/bundle/vundle"] path = .vim/bundle/vundle - url = https://github.com/gmarik/vundle.git + url = https://github.com/VundleVim/Vundle.vim ignore = dirty update = rebase diff --git a/.vim/bundle/vundle b/.vim/bundle/vundle index 0b28e33..4984767 160000 --- a/.vim/bundle/vundle +++ b/.vim/bundle/vundle @@ -1 +1 @@ -Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab +Subproject commit 4984767509e3d05ca051e253c8a8b37de784be45 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' -- cgit v1.2.3