From efe30f26a7c5a927c24cec17d23bef3bea5114ee Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:56:56 +0200 Subject: chore: update docs to reflect recent changes (#1841) --- utils/installer/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/installer/install.sh') diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 8438ad8b..2e4fd55e 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -353,8 +353,8 @@ function setup_lvim() { echo "Preparing Packer setup" - cp "$LUNARVIM_RUNTIME_DIR/lvim/utils/installer/config.example-no-ts.lua" \ - "$LUNARVIM_CONFIG_DIR/config.lua" + rm -f "$LUNARVIM_CONFIG_DIR/config.lua" + touch "$LUNARVIM_CONFIG_DIR/config.lua" "$INSTALL_PREFIX/bin/lvim" --headless \ -c 'autocmd User PackerComplete quitall' \ -- cgit v1.2.3