From 8e24843856636150ed70208530cdd5bb12c518fb Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 21 Oct 2024 22:15:54 +0200 Subject: [PATCH] additional feedback on neovim WSL install --- install_windows.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/install_windows.ps1 b/install_windows.ps1 index 1dc8047..18d7e46 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -162,6 +162,7 @@ if ($null -eq $ubuntu) { ProcessUrlFiles -sourceDir "$dotfilesRepo\nvim" Set-Location "$env:TMP\nvim-config" + Write-Host "Copying (forcably) configuration to WSL..." -ForegroundColor Yellow wsl.exe cp -rf . ~/.config/ 2>$null | Out-Null Set-Location - }