Update nvim setup script

This commit is contained in:
2022-01-01 15:11:01 -05:00
parent 051ea52172
commit 5fc94f0cb8
2 changed files with 102 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ _usage() {
printf "\t-c | --copy : Copy the configuration files, instead of creating symlinks.\n" >&2
printf "\t-h | --help : Print usage information.\n" >&2
printf "\t-l | --link : Create symlinks to the configuration files (Default).\n" >&2
printf "\t-r | --remove : Removes the entire ~/.vim directory.\n" >&2
printf "\t-r | --remove : Removes the configuration files.\n" >&2
printf "\t-u | --uninstall : Uninstalls configuration files.\n" >&2
printf "\n" >&2
printf "If called without the uninstall option then it will install the configuration files.\n" >&2