From 1d9b85a50edd5ef643cf81974e92a5121645de19 Mon Sep 17 00:00:00 2001 From: XadE-Blue <9294002+XadE-Blue@users.noreply.github.com> Date: Sun, 31 Jul 2022 18:34:07 +0200 Subject: fix(installer) comment causes antivirus false positives (#2818) --- utils/installer/install.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/installer/install.ps1 b/utils/installer/install.ps1 index 31f862f3..dcfa47f4 100644 --- a/utils/installer/install.ps1 +++ b/utils/installer/install.ps1 @@ -217,9 +217,6 @@ function setup_lvim() { $exampleConfig = "$env:LUNARVIM_BASE_DIR\utils\installer\config_win.example.lua" Copy-Item -Force "$exampleConfig" "$env:LUNARVIM_CONFIG_DIR\config.lua" - # FIXME: this has never worked - # Invoke-Expression "$INSTALL_PREFIX\bin\lvim.ps1 --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'" - Write-Host "Make sure to run `:PackerSync` at first launch" -ForegroundColor Green create_alias -- cgit v1.2.3