summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorXadE-Blue <[email protected]>2022-07-31 18:34:07 +0200
committerGitHub <[email protected]>2022-07-31 18:34:07 +0200
commit1d9b85a50edd5ef643cf81974e92a5121645de19 (patch)
tree7841276f9832b13b0912dcb31ef35e1e24dce532 /utils
parentd6c81db7f5e7b2627b95410fa0f05c0b11d66001 (diff)
fix(installer) comment causes antivirus false positives (#2818)
Diffstat (limited to 'utils')
-rw-r--r--utils/installer/install.ps13
1 files changed, 0 insertions, 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