File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed 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
20
20
21
21
# # INSTALL NormalNvim
22
22
# ##############################################################################
23
+ echo
23
24
echo " Welcome to NormalNvim!"
24
25
echo " =================================================================="
25
26
echo " This installer will ask you for confirmation on every step before:"
35
36
echo " Step 1: Cloning NormalNvim on ~/.config/nvim"
36
37
echo " ------------------------------------------------------------------"
37
38
if [ -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."
40
41
exit 1
41
42
fi
42
43
echo " INFO: Installing NormalNvim in '~/.config/nvim'"
You can’t perform that action at this time.
0 commit comments