X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;ds=sidebyside;f=vim-go%2Finstall.ps1;h=617ae33479b938b06535ca7a142dafe2af90c4cd;hb=b80057d427867b81bc6e393abe0bf30ad5bc2705;hp=ff2f7d4a583ea3cdca31a643e2606d33e6f123b1;hpb=10b5d609d746a75227ab5c74902741dff234570d;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"