minor cleanup / doc fixes
[webi-installers/.git] / vim-go / install.ps1
index 5c72a7c93a744ecf5b456d9cd3e7db8be721d815..ff2f7d4a583ea3cdca31a643e2606d33e6f123b1 100644 (file)
@@ -1,4 +1,6 @@
 #!/usr/bin/env pwsh
 
+New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force
+
 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"