From b168b20b00a148881a39d2715fc25a35a7fc2c19 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 12 May 2009 16:55:37 +0200 Subject: [PATCH] vimrc: Load additional Vim files. --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index 22229e8..bd0f4a1 100644 --- 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 -- 2.44.2