X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-syntastic%2Finstall.ps1;fp=vim-syntastic%2Finstall.ps1;h=7e7127ce61ac998e50c5585da886e0512917e46e;hb=ee34ace0ded7395ba1d84a64364673a1f3f6a048;hp=41cee14fce8bd9edc6cdd7eb2f051235320b196e;hpb=b228d1253c286b85f484f1fa3c6bf533fd3e0a16;p=webi-installers%2F.git diff --git a/vim-syntastic/install.ps1 b/vim-syntastic/install.ps1 index 41cee14..7e7127c 100644 --- a/vim-syntastic/install.ps1 +++ b/vim-syntastic/install.ps1 @@ -1,7 +1,7 @@ #!/usr/bin/env pwsh IF (!(Test-Path -Path "$Env:USERPROFILE\.vim\pack\plugins\start")) { - New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory + New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force } Remove-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start\vim-syntastic" -Recurse -ErrorAction Ignore & git clone --depth=1 https://github.com/vim-syntastic/syntastic.git "$Env:USERPROFILE\.vim\pack\plugins\start\vim-syntastic"