aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-19 23:32:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-19 23:32:28 +1300
commit1d7318fb0a4c02fc1c9b05f94905315beffa5fd9 (patch)
tree33caab04628742875ab430e78b907e9be9af0fc5
parentRemoved textwidth setting. (diff)
downloaddotfiles-1d7318fb0a4c02fc1c9b05f94905315beffa5fd9.tar.gz
dotfiles-1d7318fb0a4c02fc1c9b05f94905315beffa5fd9.zip
Added Pathogen back in again.
-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