From 4a6294a3e5a9b0e12dd7a3c25fa55ec9a8a33750 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 24 Nov 2018 15:10:44 +0100 Subject: .vimrc: Adding ~/.vim/untracked-settings.vim as a place to drop sensitive data needed for some plugins. --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index a085d14..8b20fbc 100644 --- a/.vimrc +++ b/.vimrc @@ -126,6 +126,11 @@ so ~/.vim/addons-settings.vim " addon settings so ~/.vim/custom-settings.vim " custom settings so ~/.vim/custom-functions.vim " custom functions +" custom, untracked settings +if filereadable(expand("~/.vim/untracked-settings.vim")) + so ~/.vim/untracked-settings.vim +endif + " colors colorscheme pablo -- cgit v1.2.3-54-g00ecf