diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | vim/bundle/pathogen | 0 | ||||
-rw-r--r-- | vimrc | 6 |
3 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ecfa2ff --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vim/bundle/pathogen"] + path = vim/bundle/pathogen + url = https://github.com/tpope/vim-pathogen.git diff --git a/vim/bundle/pathogen b/vim/bundle/pathogen new file mode 160000 +Subproject ab64b4ddd0c184a528780b498a0b0a5b40248f7 @@ -1,4 +1,10 @@ " +" register pathogen +" + +runtime bundle/pathogen/autoload/pathogen.vim + +" " behavior " |