summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
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