aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-win/neovim.ps1
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-28 08:21:30 +0200
committerThomas Schmucker <ts@its1.de>2026-07-28 08:21:30 +0200
commitf5c192c4faf8616af4ad46b9bdbb935589303894 (patch)
tree9947ea111a1f8461c7130621860dc2ce488b3360 /bootstrap-win/neovim.ps1
parent24b2283b318fb0e68342e77c13ab220f77db4de1 (diff)
downloaddotfiles-f5c192c4faf8616af4ad46b9bdbb935589303894.tar.gz
dotfiles-f5c192c4faf8616af4ad46b9bdbb935589303894.tar.bz2
dotfiles-f5c192c4faf8616af4ad46b9bdbb935589303894.zip
bootstrap: Abschlussmeldungen benennen das jeweilige Skript
Diffstat (limited to 'bootstrap-win/neovim.ps1')
-rw-r--r--bootstrap-win/neovim.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap-win/neovim.ps1 b/bootstrap-win/neovim.ps1
index 32e2db7..0e7016e 100644
--- a/bootstrap-win/neovim.ps1
+++ b/bootstrap-win/neovim.ps1
@@ -187,9 +187,9 @@ function Main {
187 187
188 Write-Host "" 188 Write-Host ""
189 if ($script:Failures.Count -eq 0) { 189 if ($script:Failures.Count -eq 0) {
190 Write-Host "Bootstrap abgeschlossen." -ForegroundColor Green 190 Write-Host "Neovim-Bootstrap abgeschlossen." -ForegroundColor Green
191 } else { 191 } else {
192 Write-Host "Bootstrap abgeschlossen, mit $($script:Failures.Count) Warnung(en):" -ForegroundColor Yellow 192 Write-Host "Neovim-Bootstrap abgeschlossen, mit $($script:Failures.Count) Warnung(en):" -ForegroundColor Yellow
193 foreach ($f in $script:Failures) { 193 foreach ($f in $script:Failures) {
194 Write-Host " - $f" -ForegroundColor Yellow 194 Write-Host " - $f" -ForegroundColor Yellow
195 } 195 }