X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-go%2Finstall.ps1;h=617ae33479b938b06535ca7a142dafe2af90c4cd;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=ff2f7d4a583ea3cdca31a643e2606d33e6f123b1;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/vim-go/install.ps1 b/vim-go/install.ps1 index ff2f7d4..617ae33 100644 --- a/vim-go/install.ps1 +++ b/vim-go/install.ps1 @@ -1,6 +1,6 @@ #!/usr/bin/env pwsh -New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force +New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force | out-null Remove-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start\vim-go" -Recurse -ErrorAction Ignore & git clone --depth=1 https://github.com/fatih/vim-go.git "$Env:USERPROFILE\.vim\pack\plugins\start\vim-go"