summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2016-07-09 20:43:43 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2016-07-09 20:43:44 +0200
commit5c757e87bc308a801ac89e6a8c6c7b61acac3f01 (patch)
treea09b043c44a9915b1e7c365ae8139ec0ee820bfb
parentcdb7fe4cd2703293186a0628aea1c2646608e71a (diff)
downloaddotfiles-5c757e87bc308a801ac89e6a8c6c7b61acac3f01.tar.gz
dotfiles-5c757e87bc308a801ac89e6a8c6c7b61acac3f01.tar.bz2
dotfiles-5c757e87bc308a801ac89e6a8c6c7b61acac3f01.zip
[vim] Updated bundles to directly use github urls
-rw-r--r--.gitmodules2
m---------.vim/bundle/vundle0
-rw-r--r--.vim/bundles.vim20
3 files changed, 11 insertions, 11 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
-Subproject 0b28e334e65b6628b0a61c412fcb45204a2f2ba
+Subproject 4984767509e3d05ca051e253c8a8b37de784be4
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'