diff --git a/util/wsl.psm1 b/util/wsl.psm1 index de29625..59fdd40 100644 --- a/util/wsl.psm1 +++ b/util/wsl.psm1 @@ -51,10 +51,10 @@ function InstallWSLNeovim Import-Module ./windows.psm1 - ProcessUrlFiles -sourceDir $source - Push-Location + ProcessUrlFiles -source $source Set-Location "$env:TMP\nvim-config" + Write-Host "Copying (forcably) configuration to WSL..." -ForegroundColor Yellow wsl.exe cp -rf . ~/.config/ 2>$null | Out-Null Pop-Location