File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ IS_NIXOS=$(if [ -d /etc/nixos ] && [ -f /etc/os-release ] && grep -q "NAME=\"Nix
2020
2121# # INSTALL NormalNvim
2222# ##############################################################################
23+ echo
2324echo " Welcome to NormalNvim!"
2425echo " =================================================================="
2526echo " This installer will ask you for confirmation on every step before:"
3536echo " Step 1: Cloning NormalNvim on ~/.config/nvim"
3637echo " ------------------------------------------------------------------"
3738if [ -d ~ /.config/nvim ]; then
38- echo " ERROR: The directory ' ~/.config/nvim' already exist. " \
39- " Please move it to a different location before installing NormalNvim ."
39+ echo " ERROR: The directory ~/.config/nvim already exist."
40+ echo " Please move it to a different location before installing."
4041 exit 1
4142fi
4243echo " INFO: Installing NormalNvim in '~/.config/nvim'"
You can’t perform that action at this time.
0 commit comments