diff options
author | kylo252 <[email protected]> | 2021-10-24 12:56:56 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-24 12:56:56 +0200 |
commit | efe30f26a7c5a927c24cec17d23bef3bea5114ee (patch) | |
tree | a63ce02c240d2d57da47bd741f794ed87da06981 /utils/installer/install.sh | |
parent | 674588a375ce354e77dc6ced858e7c5efcbf67d9 (diff) |
chore: update docs to reflect recent changes (#1841)
Diffstat (limited to 'utils/installer/install.sh')
-rwxr-xr-x | utils/installer/install.sh | 4 |
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' \ |