diff options
Diffstat (limited to 'utils/installer/install.ps1')
-rw-r--r-- | utils/installer/install.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.ps1 b/utils/installer/install.ps1 index 442d8622..db1427e5 100644 --- a/utils/installer/install.ps1 +++ b/utils/installer/install.ps1 @@ -217,7 +217,7 @@ function setup_lvim() { $exampleConfig = "$env:LUNARVIM_BASE_DIR\utils\installer\config_win.example.lua" Copy-Item -Force "$exampleConfig" "$env:LUNARVIM_CONFIG_DIR\config.lua" - Write-Host "Make sure to run `:PackerSync` at first launch" -ForegroundColor Green + Write-Host "Make sure to run `:Lazy sync` at first launch" -ForegroundColor Green create_alias |