diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-07-22 15:23:46 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-07-22 15:23:46 +0200 |
commit | 9e3635d0d6877c71e0b10de71ab763f4c11ec3d8 (patch) | |
tree | 225445756449ea5d798bb0a4546fd7f31c63b554 /.gitmodules | |
parent | d25805863be712d21fcb28e263b8f440d148bf21 (diff) | |
download | dotfiles-9e3635d0d6877c71e0b10de71ab763f4c11ec3d8.tar.gz |
moved pathogen to submodule
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 |