include nvim files

Sun, 19 Feb 2023 22:48:58 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 19 Feb 2023 22:48:58 -0600
changeset 1037
47dae3972ee0
parent 1036
4da4e68e1796
child 1038
a1321a7e0b77

include nvim files

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

mercurial