ff2f7d4a583ea3cdca31a643e2606d33e6f123b1
[webi-installers/.git] / vim-go / install.ps1
1 #!/usr/bin/env pwsh
2
3 New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force
4
5 Remove-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start\vim-go" -Recurse -ErrorAction Ignore
6 & git clone --depth=1 https://github.com/fatih/vim-go.git "$Env:USERPROFILE\.vim\pack\plugins\start\vim-go"