From 7b7846d98526f3e4894e7b07b26f035030d5d8b3 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Mon, 6 May 2013 14:31:20 +0200 Subject: [PATCH] Add the vim-gitgutter module --- .gitmodules | 7 +++++-- .vim/vim-pathogen | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 160000 .vim/vim-pathogen diff --git a/.gitmodules b/.gitmodules index 7443623..2ba5ef0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,6 +37,9 @@ [submodule ".vim/bundle/tagbar"] path = .vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git -[submodule ".vim/vim-multiple-cursors"] - path = .vim/vim-multiple-cursors +[submodule ".vim/bundle/vim-multiple-cursors"] + path = .vim/bundle/vim-multiple-cursors url = https://github.com/terryma/vim-multiple-cursors.git +[submodule ".vim/bundle/vim-gitgutter"] + path = .vim/bundle/vim-gitgutter + url = https://github.com/airblade/vim-gitgutter.git diff --git a/.vim/vim-pathogen b/.vim/vim-pathogen deleted file mode 160000 index f195ac5..0000000 --- a/.vim/vim-pathogen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f195ac5e402a1e7d0f75322558da36245dde59d6