diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-11-30 14:36:57 +0100 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2013-11-30 14:36:57 +0100 |
commit | f367eaa96d2c97687bc06e10a821e4e92900f602 (patch) | |
tree | e45489110078f8705b3952aa5c5a7934b639638f | |
parent | df626bbd86e7ea37fffaf441422faf7ae05ff55d (diff) | |
download | dotfiles-f367eaa96d2c97687bc06e10a821e4e92900f602.tar.gz dotfiles-f367eaa96d2c97687bc06e10a821e4e92900f602.tar.bz2 dotfiles-f367eaa96d2c97687bc06e10a821e4e92900f602.zip |
Vim: Source local configuration
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -373,3 +373,6 @@ endfunction " Lecture des raccourcis claviers généraux source $HOME/.vim/shortkeys.vim + +" Lecture configuration locale +source $HOME/.vimrc.local |