X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-prettier%2Finstall.ps1;h=a45750e33931eaec5d47b1b93e42926abe9ef654;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=54883016ab0691f3af1431c0a35ac314411242dd;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/vim-prettier/install.ps1 b/vim-prettier/install.ps1 index 5488301..a45750e 100644 --- a/vim-prettier/install.ps1 +++ b/vim-prettier/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-prettier" -Recurse -ErrorAction Ignore & git clone --depth=1 https://github.com/prettier/vim-prettier.git "$Env:USERPROFILE\.vim\pack\plugins\start\vim-prettier"