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