Browse Source

Update install.sh

Added neovim nightly installation option to helper
my-config
NTBBloodbath 4 years ago
committed by GitHub
parent
commit
c4edd3a401
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      install.sh

1
install.sh

@ -326,6 +326,7 @@ helper() {
pretty_echo ${Yellow} " -h --help Displays this message"
pretty_echo ${Yellow} " -c --check-requirements Check Doom Nvim requirements"
pretty_echo ${Yellow} " -i --install Install Doom Nvim"
pretty_echo ${Yellow} " -n --nightly Install Neovim Nightly and Doom Nvim"
pretty_echo ${Yellow} " -u --update Update Doom Nvim"
pretty_echo ${Yellow} " -v --version Echo Doom Nvim version"
pretty_echo ${Yellow} " -x --uninstall Uninstall Doom Nvim"

Loading…
Cancel
Save