From a1dba88f38c771136a1105a33e0d4050ae66ff73 Mon Sep 17 00:00:00 2001 From: nojhan Date: Thu, 31 Jan 2013 22:48:04 +0100 Subject: [PATCH] add vim-pathogen --- .gitmodules | 3 +++ .vim/vim-pathogen | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/vim-pathogen diff --git a/.gitmodules b/.gitmodules index 2fc809a..890ee13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule ".vim/bundle/tagbar"] path = .vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git +[submodule ".vim/vim-pathogen"] + path = .vim/vim-pathogen + url = https://github.com/tpope/vim-pathogen.git diff --git a/.vim/vim-pathogen b/.vim/vim-pathogen new file mode 160000 index 0000000..f195ac5 --- /dev/null +++ b/.vim/vim-pathogen @@ -0,0 +1 @@ +Subproject commit f195ac5e402a1e7d0f75322558da36245dde59d6