summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
l---------.vim/autoload/pathogen.vim1
-rw-r--r--.vimrc3
2 files changed, 4 insertions, 0 deletions
diff --git a/.vim/autoload/pathogen.vim b/.vim/autoload/pathogen.vim
new file mode 120000
index 0000000..aa9233f
--- /dev/null
+++ b/.vim/autoload/pathogen.vim
@@ -0,0 +1 @@
+/usr/share/vim/addons/autoload/pathogen.vim \ No newline at end of file
diff --git a/.vimrc b/.vimrc
index b8fb2b3..54aaa65 100644
--- a/.vimrc
+++ b/.vimrc
@@ -3,6 +3,9 @@ if v:progname =~? "evim"
finish
endif
+" Enable pathogen
+execute pathogen#infect()
+
" Use Vim settings, rather than Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible