From 04ff69d9f426383c955a376ebaacf90d04178e31 Mon Sep 17 00:00:00 2001 From: Edgar Ortega Date: Mon, 9 Apr 2018 16:32:40 -0500 Subject: [PATCH] Allows per-project configuration files --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index fe29a24..bc9a8d4 100644 --- a/.vimrc +++ b/.vimrc @@ -130,6 +130,9 @@ set noswapfile " The encoding displayed. set encoding=utf-8 +" allows per-project configuration files +set exrc + if filereadable(expand('~/.vimrc.local')) source ~/.vimrc.local endif