summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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