diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-10-10 22:33:13 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2012-10-10 22:33:13 +0200 |
commit | c92d01907c7301eb9b4e4af65ddab0022c5a75f1 (patch) | |
tree | 9db9c1e0723f101a6f19d58f0c7efc6e2a9753d2 /vim/.vimrc | |
parent | 16938a57453b769490fde0372407ae169de519ab (diff) | |
download | dotfiles-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/.vimrc | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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 """"""""""""" |