diff options
author | Matt Singleton <matt@datadoghq.com> | 2011-12-19 01:37:50 -0500 |
---|---|---|
committer | Matt Singleton <matt@datadoghq.com> | 2011-12-19 01:37:50 -0500 |
commit | b599a3aacff57e0b5a85b2f12dc0ee0f1a5ab284 (patch) | |
tree | e46bbccf5f0832b0987da1407ec1f20712059b76 | |
parent | e11435af3e43f6a9fe7106acf7f377182d48e3d3 (diff) |
add pathogen as a submodule
-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 " |