aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
l---------vim/autoload1
m---------vim/bundle/pathogen0
-rw-r--r--vim/vimrc3
3 files changed, 4 insertions, 0 deletions
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