X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-prettier%2Finstall.ps1;h=a45750e33931eaec5d47b1b93e42926abe9ef654;hb=b1d3b44f966332434d8ec49b2a0df569e9bf8c16;hp=54883016ab0691f3af1431c0a35ac314411242dd;hpb=10b5d609d746a75227ab5c74902741dff234570d;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"