aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
l---------vim/autoload1
m---------vim/bundle/pathogen0
-rw-r--r--vim/vimrc3
4 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..63c33c0f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "vim/bundle/pathogen"]
+ path = vim/bundle/pathogen
+ url = http://github.com/tpope/vim-pathogen.git
diff --git a/vim/autoload b/vim/autoload
new file mode 120000
index 00000000..9c230c1b
--- /dev/null
+++ b/vim/autoload
@@ -0,0 +1 @@
+bundle/pathogen/autoload \ No newline at end of file
diff --git a/vim/bundle/pathogen b/vim/bundle/pathogen
new file mode 160000
+Subproject ab64b4ddd0c184a528780b498a0b0a5b40248f7
diff --git a/vim/vimrc b/vim/vimrc
index e50498f0..2981def3 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,6 +1,9 @@
" Compatibility
set nocompatible
+" Plugins
+silent! call pathogen#infect()
+
" Filetypes
if has("autocmd")
filetype on