From acede6e4336ec959fcb8fcf490265405a464a9e9 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 18 Nov 2018 11:45:24 +0100 Subject: [PATCH] Makefile: create vim-plugged directory --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 56b1b54..3ee78bd 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ install-file/%: % VIM_DIR = $(HOME)/.config/nvim install-vim-plug: + mkdir -p ~/.vim/plugged mkdir -p $(VIM_DIR)/autoload test -f $(VIM_DIR)/autoload/plug.vim || curl -fLo $(VIM_DIR)/autoload/plug.vim \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim