From 0ffe64e468ccef7e6ae84a806e010e3cbfa73b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 29 Jan 2018 12:48:21 +0100 Subject: [PATCH] Add ~/.usr/lib --- install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.yml b/install.yml index a7081df..5e3885d 100644 --- a/install.yml +++ b/install.yml @@ -37,7 +37,8 @@ - mkdir -p ~/.var/lib - mkdir -p ~/.var/log - mkdir -p ~/.var/run - - curl --fail --location --create-dirs --output ~/.local/share/nvim/site/autoload/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + - mkdir -p ~/.usr/lib + - curl --fail --location --create-dirs --output ~/.local/share/nvim/site/autoload/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim - command: nvim -E +PlugInstall +qall || true stdout: true stderr: true