ensure nvim directory eixsts

Sun, 19 Feb 2023 22:51:18 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 19 Feb 2023 22:51:18 -0600
changeset 1038
a1321a7e0b77
parent 1037
47dae3972ee0
child 1039
91900ecf0e8c

ensure nvim directory eixsts

bin/setup-windows file | annotate | diff | comparison | revisions
--- a/bin/setup-windows
+++ b/bin/setup-windows
@@ -16,6 +16,7 @@ cp -vu .gvimrc ${USERPROFILE}/_gvimrc
 
 cp -vuRL -t ${USERPROFILE}/vimfiles .vim/*
 
+mkdir -p ${USERPROFILE}/AppData/Local/nvim
 cp -vuRL -t ${USERPROFILE}/AppData/Local/nvim .config/nvim/*
 
 cp -vuRL -t ${USERPROFILE}/ \

mercurial