From 19f6f3b665834a684ffd0f1b25809222fa607888 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Oct 2017 21:19:35 +1300 Subject: Set up .d-style vimrc subdir for config breakup Before loading up all the plugins proper from ~/.vim/bundle with Pathogen, apply :runtime to load all .vim files in a new config directory, installed by the Makefile. I hope that this will enable me to break most of my .vimrc up into logically-arranged subfiles. This is just a guess at a good way of doing this that will almost certainly need refinement and restructuring later. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6cfee7a1..630eaf79 100644 --- a/Makefile +++ b/Makefile @@ -462,7 +462,9 @@ install-vim: install-vim-config \ install-vim-pathogen install-vim-config: + mkdir -p -- $(HOME)/.vim/config cp -p -- vim/vimrc $(HOME)/.vimrc + cp -p -- vim/config/*.vim $(HOME)/.vim/config install-vim-gui: install-vim \ install-vim-gui-config -- cgit v1.2.3