From 9e3635d0d6877c71e0b10de71ab763f4c11ec3d8 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 22 Jul 2020 15:23:46 +0200 Subject: moved pathogen to submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index ed10555..e95282c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule ".vim/bundle/todo.txt-vim"] path = .vim/bundle/todo.txt-vim url = https://github.com/dbeniamine/todo.txt-vim.git +[submodule ".vim/bundle/vim-pathogen"] + path = .vim/bundle/vim-pathogen + url = https://github.com/tpope/vim-pathogen.git -- cgit v1.2.3