additional feedback on neovim WSL install

This commit is contained in:
Baipyrus 2024-10-21 22:15:54 +02:00
parent 1e01a70182
commit 8e24843856

View File

@ -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 -
}