LunarVim.LunarVim/utils/installer
Simon Fontana Oscarsson cce4f50e76
Fix packer and nvim already installed check (#382)
It was not possible to install LunarVim if these programs were already
installed. The check is syntactically incorrect and will always return
non-0 status, and the installer always continued with installing packer
and nvim. This failed with an error: "fatal: destination path
'REDACTED/packer.nvim' already exists and is not an empty directory."

Correct the syntax error by checking if the file exists.
2021-05-09 11:22:46 -04:00
..
install.sh Fix packer and nvim already installed check (#382) 2021-05-09 11:22:46 -04:00