diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |