X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-ale%2Finstall.ps1;h=46b4758fb410f5cf0ef04d3dc5dc9c2b85a70765;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=5132639588b26bf350f7abd334c7fe6e5741ed4e;hpb=7a14219d7d51d9f4cfa22b2bd7ce2ed47639be6e;p=webi-installers%2F.git diff --git a/vim-ale/install.ps1 b/vim-ale/install.ps1 index 5132639..46b4758 100644 --- a/vim-ale/install.ps1 +++ b/vim-ale/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 -Force + New-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start" -ItemType Directory -Force | out-null } Remove-Item -Path "$Env:USERPROFILE\.vim\pack\plugins\start\ale" -Recurse -ErrorAction Ignore & git clone --depth=1 https://github.com/dense-analysis/ale.git "$Env:USERPROFILE\.vim\pack\plugins\start\ale"