diff --git a/BOOTSTRAP.sh b/BOOTSTRAP.sh index 14d4b2d..317a622 100644 --- a/BOOTSTRAP.sh +++ b/BOOTSTRAP.sh @@ -37,12 +37,10 @@ replacePlaceholders "PLACEHOLDER_year" "$year" #─────────────────────────────────────────────────────────────────────────────── # FILES -mv "./lua/PLACEHOLDER_plugin_name_short" "./lua/$name_short" - -# creating file instead of renaming it, since an existing file would trigger the -# github actions -mkdir "./doc" && touch "./doc/$name_short.txt" +# `panvimdoc` will generate the correctly named help file later +rm doc/nvim-pseudometa-plugin-template.txt +mv "./lua/PLACEHOLDER_plugin_name_short" "./lua/$name_short" rm "$this_file" #───────────────────────────────────────────────────────────────────────────────