From 22ee872d525144f66540bc78e2d6032b570f87ed Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 13 Aug 2019 17:06:27 -0400 Subject: some vim tips from begriffs' vim history post --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51ca36e..08370b0 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,8 @@ sublime: vim: @printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)" - mkdir -p ~/.vim/undodir + mkdir -p ~/.vim/{undodir,swap,backup} + chmod 700 ~/.vim/{undodir,swap,backup} git submodule update --init -- vim/.vim/bundle stow -t "$$HOME" vim -- cgit 1.4.1