summaryrefslogtreecommitdiffstats
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2012-10-10 22:33:13 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2012-10-10 22:33:13 +0200
commitc92d01907c7301eb9b4e4af65ddab0022c5a75f1 (patch)
tree9db9c1e0723f101a6f19d58f0c7efc6e2a9753d2 /vim/.vimrc
parent16938a57453b769490fde0372407ae169de519ab (diff)
downloaddotfiles-c92d01907c7301eb9b4e4af65ddab0022c5a75f1.tar.gz
dotfiles-c92d01907c7301eb9b4e4af65ddab0022c5a75f1.tar.bz2
dotfiles-c92d01907c7301eb9b4e4af65ddab0022c5a75f1.zip
Add pathogen module to automatically load plugins from .vim/bundle directory
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc13
1 files changed, 11 insertions, 2 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index e7bace8..36f9b6b 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -1,4 +1,14 @@
-"Fichier de configuration perso de VIM
+"" Fichier de configuration perso de VIM
+
+"""""""""""""
+" Pathogen - Charge les plugins dans .vim/bundle
+" Doit etre fait AVANT filetype plugin indent on
+"""""""""""""
+call pathogen#infect()
+
+"""""""""""""
+" Configuration générale
+"""""""""""""
" Enlève la compatibilité avec le "vieux vi"
set nocompatible
@@ -45,7 +55,6 @@ set grepprg=ack\ -a
set mouse=a
set nopaste
-
"""""""""""""
" Options d'affichage
"""""""""""""