diff options
author | kylo252 <[email protected]> | 2022-08-01 09:54:53 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-08-01 09:54:53 +0200 |
commit | a1ffa3c945a000cc39fb3ee97573e2c37be68583 (patch) | |
tree | 4283491c631be9adfc29a2f3351a020a6b6f6a20 /utils | |
parent | 71de455e7886a0085f9c32059a3327217f9833d7 (diff) | |
parent | 1d9b85a50edd5ef643cf81974e92a5121645de19 (diff) |
Merge branch 'rolling'1.1.4
Diffstat (limited to 'utils')
-rw-r--r-- | utils/installer/install.ps1 | 3 |
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 |