diff --git a/.scripts/vimplugin.sh b/.scripts/vimplugin.sh index 476c644..fc1b094 100755 --- a/.scripts/vimplugin.sh +++ b/.scripts/vimplugin.sh @@ -12,30 +12,30 @@ help() { BOLD=$(tput bold) NORMAL=$(tput sgr0) - echo "${BOLD}NAME${NORMAL}" - echo " vimplugin - vim plugin manager" - echo "" - echo "${BOLD}SYNOPSIS${NORMAL}" - echo " ./vimplugin.sh [ ]" - echo "" - echo "${BOLD}COMMANDS${NORMAL}" - echo " init" - echo " Creates all the required directories/files." - echo "" - echo " install [\"start\"/\"opt\"]" - echo " Install a new plugin, need to be a valid \ + echo "${BOLD}NAME${NORMAL}" + echo " vimplugin - vim plugin manager" + echo "" + echo "${BOLD}SYNOPSIS${NORMAL}" + echo " ./vimplugin.sh [ ]" + echo "" + echo "${BOLD}COMMANDS${NORMAL}" + echo " init" + echo " Creates all the required directories/files." + echo "" + echo " install [\"start\"/\"opt\"]" + echo " Install a new plugin, need to be a valid \ GitHub URL, start/opt to install the plugin in the start/opt directory \ (default: start)." - echo "" - echo " list " - echo " Prints all the installed plugins, prints \ + echo "" + echo " list " + echo " Prints all the installed plugins, prints \ just the plugin in that position." - echo " remove" - echo " Remove plugin, script will prompt a selection menu." + echo " remove" + echo " Remove plugin, script will prompt a selection menu." echo " update" - echo " Installs/updates all plugins from the config file." - echo "" + echo " Installs/updates all plugins from the config file." + echo "" } init() {