]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Load additional Vim files.
authorSimon Ruderich <simon@ruderich.org>
Tue, 12 May 2009 14:55:37 +0000 (16:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 12 May 2009 14:55:37 +0000 (16:55 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 22229e8c76b54ed25518f3fda60adbb85dcec302..bd0f4a14ad02c05de5347b87209144c7ec69faea 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -4,6 +4,11 @@
 " Make sure Vim (and not Vi) settings are enabled.
 set nocompatible
 
+" Load my scripts from ~/.vim (my scripts), ~/.vim/plugins (plugins) and
+" ~/.vim/runtime (checkout of Vim runtime files).
+set runtimepath-=~/.vim
+set runtimepath^=~/.vim,~/.vim/plugins,~/.vim/runtime
+
 
 " EDIT SETTINGS