summaryrefslogtreecommitdiffstats
path: root/vim/.vimrc
diff options
context:
space:
mode:
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
"""""""""""""