summaryrefslogtreecommitdiff
path: root/utils/installer/install.sh
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-30 14:43:29 +0200
committerkylo252 <[email protected]>2021-10-30 14:44:24 +0200
commit17648e5a07f8c4fe851b09f3037db58c73fe292f (patch)
tree6ef8f701b823e5d4f61945142eb7ceec2581ead4 /utils/installer/install.sh
parent1f2167df0ea3f837c9c78a0137a888ca05e5e83a (diff)
parentc4a85b32752e1ca41c6d9a2613b9d2e75dbf463d (diff)
Merge branch 'rolling'
Diffstat (limited to 'utils/installer/install.sh')
-rwxr-xr-xutils/installer/install.sh4
1 files changed, 2 insertions, 2 deletions
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' \